Lines Matching refs:eol
1224 XawTextPosition startPos, endPos, space, eol;
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, space);