Lines Matching refs:newRight
2152 XawTextPosition newLeft, newRight;
2179 newLeft = newRight = pos;
2183 newRight = SrcScan(src, pos, XawstPositions, XawsdRight, 1, FALSE);
2203 newRight = SrcScan(ctx->text.source, pos, stype, XawsdRight, 1, FALSE);
2204 newRight =SrcScan(ctx->text.source, newRight,stype,XawsdLeft,1, FALSE);
2206 if (pos != newRight)
2213 if (newLeft > newRight) {
2215 newLeft = newRight;
2216 newRight = temp;
2222 newRight = SrcScan(src, pos, XawstEOL, XawsdRight, 1, FALSE);
2226 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, FALSE);
2234 if ( (newLeft != ctx->text.s.left) || (newRight != ctx->text.s.right)
2236 ModifySelection(ctx, newLeft, newRight);
2240 ctx->text.insertPos = newRight;