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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c1179 XawTextPosition periodPos, next_word; local
1182 periodPos= SrcScan(src, endPos, XawstPositions, XawsdLeft, 1, TRUE);
1185 len = next_word - periodPos;
1188 buf = _XawTextGetText(ctx, periodPos, next_word);
1189 if ( (periodPos < endPos) && (buf[0] == '.') )
1197 if ( !isspace(buf[i]) || ((periodPos + i) >= to) ) {
1204 startPos = SrcScan(src, periodPos, XawstPositions, XawsdRight, i, TRUE);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1886 XawTextPosition periodPos, next_word; local
1889 periodPos= SrcScan(src, endPos, XawstPositions, XawsdLeft, 1, TRUE);
1892 len = (int)(next_word - periodPos);
1895 buf = _XawTextGetText(ctx, periodPos, next_word);
1897 if ( (periodPos < endPos) && (((wchar_t*)buf)[0] == _Xaw_atowc('.')))
1900 if ( (periodPos < endPos) && (buf[0] == '.') )
1909 if ( !iswspace(((wchar_t*)buf)[i]) || ((periodPos + i) >= to) ) {
1913 if ( !isspace(buf[i]) || ((periodPos + i) >= to) ) {
1920 startPos = SrcScan(src, periodPos, XawstPositions, XawsdRight, i, TRUE);

Completed in 1498 milliseconds