Lines Matching refs:newRight
1820 XawTextPosition newLeft, newRight;
1847 newLeft = newRight = pos;
1851 newRight = SrcScan(src, pos, XawstPositions, XawsdRight, 1, FALSE);
1854 newRight = SrcScan(src, pos, XawstWhiteSpace, XawsdRight, 1, FALSE);
1855 newLeft= SrcScan(src, newRight, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1858 newRight = SrcScan(src, pos, XawstParagraph, XawsdRight, 1, FALSE);
1859 newLeft = SrcScan(src, newRight, XawstParagraph, XawsdLeft, 1, FALSE);
1863 newRight = SrcScan(src, pos, XawstEOL, XawsdRight, 1, FALSE);
1867 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, FALSE);
1875 if ( (newLeft != ctx->text.s.left) || (newRight != ctx->text.s.right)
1877 ModifySelection(ctx, newLeft, newRight);
1881 ctx->text.insertPos = newRight;