Lines Matching defs:endPos
1845 XawTextPosition startPos, endPos, eop_begin, eop_end, temp;
1866 eop_begin = eop_end = startPos = endPos = from;
1869 endPos=SrcScan(src, startPos, XawstEOL, XawsdRight, 1, FALSE);
1871 temp = SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1875 endPos = temp;
1877 if (endPos >= to)
1880 if (endPos >= eop_begin) {
1889 periodPos= SrcScan(src, endPos, XawstPositions, XawsdLeft, 1, TRUE);
1890 next_word = SrcScan(src, endPos, XawstWhiteSpace, XawsdRight, 1, FALSE);
1897 if ( (periodPos < endPos) && (((wchar_t*)buf)[0] == _Xaw_atowc('.')))
1900 if ( (periodPos < endPos) && (buf[0] == '.') )
1921 if (_XawTextReplace(ctx, endPos, startPos, &text) != XawEditDone)
1939 XawTextPosition startPos, endPos, space, eol;
1970 startPos = endPos = eol;
1985 endPos = SrcScan(ctx->text.source, endPos,
1989 if (_XawTextReplace(ctx, startPos, endPos, &text))