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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c1224 XawTextPosition startPos, endPos, space, eol; local
1239 TRUE, &eol, &width, &height);
1240 if (eol >= to)
1243 eol = SrcScan(ctx->text.source, eol, XawstPositions, XawsdLeft, 1, TRUE);
1244 space= SrcScan(ctx->text.source, eol, XawstWhiteSpace, XawsdRight, 1,TRUE);
1246 startPos = endPos = eol;
1247 if (eol == space)
1250 len = (int) (space - eol);
1251 buf = _XawTextGetText(ctx, eol, spac
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1939 XawTextPosition startPos, endPos, space, eol; local
1963 TRUE, &eol, &width, &height);
1964 if (eol >= to)
1967 eol = SrcScan(ctx->text.source, eol, XawstPositions, XawsdLeft, 1, TRUE);
1968 space= SrcScan(ctx->text.source, eol, XawstWhiteSpace,XawsdRight,1, TRUE);
1970 startPos = endPos = eol;
1971 if (eol == space)
1974 len = (int) (space - eol);
1975 buf = _XawTextGetText(ctx, eol, spac
[all...]

Completed in 30 milliseconds