Searched refs:XawEditDone (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.h112 #define XawEditDone 0 macro
171 #define EditDone XawEditDone
175 #define XtEditDone XawEditDone
H A DXaw3_1TextPop.c273 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) {
951 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
H A DXaw3_1TextAction.c664 int count, error = XawEditDone;
711 return(XawEditDone);
985 if (error == XawEditDone) {
H A DXaw3_1AsciiSrc.c255 * Returns: XawEditError or XawEditDone.
377 return(XawEditDone);
H A DXaw3_1Text.c2639 if ((result = _XawTextReplace(ctx, startPos, endPos, text)) == XawEditDone) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.h157 #define XawEditDone 0 macro
H A DTextAction.c1109 int count, error = XawEditDone;
1166 return(XawEditDone);
1571 if (error == XawEditDone) {
1921 if (_XawTextReplace(ctx, endPos, startPos, &text) != XawEditDone)
2002 * RETURNS: XawEditDone if successful, or XawReplaceError. */
2009 if ( from >= to ) return XawEditDone;
2021 return XawEditDone;
H A DTextPop.c306 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) {
1019 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
H A DAsciiSrc.c266 * Returns: XawEditError or XawEditDone.
389 return(XawEditDone);
H A DMultiSrc.c278 * Returns: XawEditError or XawEditDone.
442 return(XawEditDone);
H A DText.c3250 if ((result = _XawTextReplace(ctx, startPos, endPos, text)) == XawEditDone) {

Completed in 51 milliseconds