Lines Matching refs:endPos
1148 XawTextPosition startPos, endPos, eop_begin, eop_end, temp;
1161 eop_begin = eop_end = startPos = endPos = from;
1163 endPos=SrcScan(src, startPos, XawstEOL, XawsdRight, 1, FALSE);
1165 temp=SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1168 endPos = temp;
1170 if (endPos >= to)
1173 if (endPos >= eop_begin) {
1182 periodPos= SrcScan(src, endPos, XawstPositions, XawsdLeft, 1, TRUE);
1183 next_word = SrcScan(src, endPos, XawstWhiteSpace, XawsdRight, 1, FALSE);
1189 if ( (periodPos < endPos) && (buf[0] == '.') )
1205 _XawTextReplace(ctx, endPos, startPos, &text);
1224 XawTextPosition startPos, endPos, space, eol;
1246 startPos = endPos = eol;
1257 endPos = SrcScan(ctx->text.source, endPos,
1261 _XawTextReplace(ctx, startPos, endPos, &text);