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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c901 XawTextPosition pos, new_pos, end_pos; local
937 end_pos = pos + find.length;
940 XawTextGetSelectionPos(tw, &pos, &end_pos);
947 if (pos == end_pos)
951 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c953 XawTextPosition pos, new_pos, end_pos; local
1005 end_pos = pos + find.length;
1008 XawTextGetSelectionPos(tw, &pos, &end_pos);
1015 if (pos == end_pos)
1019 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {

Completed in 234 milliseconds