Lines Matching defs:eol
3672 XawTextPosition endPos, space, eol;
3676 True, &eol, &width, &height);
3677 if (eol == startPos)
3678 ++eol;
3679 if (eol >= to)
3682 eol = SrcScan(ctx->text.source, eol, XawstPositions,
3684 space = SrcScan(ctx->text.source, eol, XawstWhiteSpace,
3687 startPos = endPos = eol;
3688 if (eol == space)
3691 len = (int)(space - eol);
3692 buf = _XawTextGetText(ctx, eol, space);