Lines Matching refs:newLeft
2152 XawTextPosition newLeft, newRight;
2179 newLeft = newRight = pos;
2182 newLeft = pos;
2207 newLeft = SrcScan(ctx->text.source, pos, stype, XawsdLeft, 1, FALSE);
2209 newLeft = pos;
2211 newLeft =SrcScan(ctx->text.source, newLeft, stype, XawsdRight,1,FALSE);
2213 if (newLeft > newRight) {
2214 XawTextPosition temp = newLeft;
2215 newLeft = newRight;
2221 newLeft = SrcScan(src, pos, XawstEOL, XawsdLeft, 1, FALSE);
2225 newLeft = SrcScan(src, pos, XawstAll, XawsdLeft, 1, FALSE);
2234 if ( (newLeft != ctx->text.s.left) || (newRight != ctx->text.s.right)
2236 ModifySelection(ctx, newLeft, newRight);
2238 ctx->text.insertPos = newLeft;