Searched refs:XawTextReplace (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.h110 /* Return codes from XawTextReplace */
203 #define XtTextReplace XawTextReplace
254 extern int XawTextReplace(); /* w, startPos, endPos, text */
H A DXaw3_1TextPop.c273 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) {
279 (void) XawTextReplace(tw, start_pos, pos, &text);
951 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
H A DXaw3_1Text.c2628 XawTextReplace(w, startPos, endPos, text) function
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.h154 /* Return codes from XawTextReplace */
221 extern int XawTextReplace(
H A DTextPop.c306 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) {
1019 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
H A DText.c3235 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, function
3238 XawTextReplace(w, startPos, endPos, text)

Completed in 35 milliseconds