Searched refs:XawtextAppend (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.h137 typedef enum {XawtextRead, XawtextAppend, XawtextEdit} XawTextEditType; enumerator in enum:__anon330
180 #define XttextAppend XawtextAppend
H A DXaw3_1AsciiSrc.c944 case XawtextAppend:
H A DXaw3_1Text.c188 else if (q == QAppend) editType = XawtextAppend;
1629 * The insertPos may not always be set to the right spot in XawtextAppend
1635 if ((pos1 == ctx->text.insertPos) && (edit_mode == XawtextAppend)) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.h97 typedef enum {XawtextRead, XawtextAppend, XawtextEdit} XawTextEditType; enumerator in enum:__anon398
H A DTextSrc.c323 else if (q == QAppend) editType = XawtextAppend;
H A DAsciiSrc.c1023 case XawtextAppend:
H A DMultiSrc.c1129 case XawtextAppend:
H A DText.c1964 * The insertPos may not always be set to the right spot in XawtextAppend
1970 if ((pos1 == ctx->text.insertPos) && (edit_mode == XawtextAppend)) {

Completed in 40 milliseconds