Searched refs:next_word (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
1183 next_word = SrcScan(src, endPos, XawstWhiteSpace, XawsdRight, 1, FALSE);
1185 len = next_word - periodPos;
1188 buf = _XawTextGetText(ctx, periodPos, next_word);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1886 XawTextPosition periodPos, next_word; local
1890 next_word = SrcScan(src, endPos, XawstWhiteSpace, XawsdRight, 1, FALSE);
1892 len = (int)(next_word - periodPos);
1895 buf = _XawTextGetText(ctx, periodPos, next_word);

Completed in 17 milliseconds