Searched refs:newRight (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2152 XawTextPosition newLeft, newRight; local
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
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1820 XawTextPosition newLeft, newRight; local
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 !
[all...]

Completed in 85 milliseconds