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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.h156 #define XawReplaceError -1 macro
H A DTextAction.c1838 * or XawReplaceError if the widget can't be written to. */
1922 return XawReplaceError;
2002 * RETURNS: XawEditDone if successful, or XawReplaceError. */
2011 if ( ( to = StripOutOldCRs( ctx, from, to ) ) == XawReplaceError )
2012 return XawReplaceError;
2047 if ( FormRegion( ctx, from, to ) == XawReplaceError )

Completed in 18 milliseconds