Searched refs:XawTextReplace (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.h | 110 /* Return codes from XawTextReplace */ 203 #define XtTextReplace XawTextReplace 254 extern int XawTextReplace(); /* w, startPos, endPos, text */
|
H A D | Xaw3_1TextPop.c | 273 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 D | Xaw3_1Text.c | 2628 XawTextReplace(w, startPos, endPos, text) function
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Text.h | 154 /* Return codes from XawTextReplace */ 221 extern int XawTextReplace(
|
H A D | TextPop.c | 306 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 1019 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
|
H A D | Text.c | 3235 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, function 3238 XawTextReplace(w, startPos, endPos, text)
|
Completed in 35 milliseconds