Searched refs:XawselectNull (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.h138 typedef enum {XawselectNull, XawselectPosition, XawselectChar, XawselectWord, enumerator in enum:__anon331
183 #define XtselectNull XawselectNull
H A DXaw3_1Text.c100 XawselectAll, XawselectNull,
1830 for (;*sarray != XawselectNull && *sarray != ctx->text.s.type; sarray++);
1832 if (*sarray == XawselectNull)
1836 if (newType == XawselectNull)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.h98 typedef enum {XawselectNull, XawselectPosition, XawselectChar, XawselectWord, enumerator in enum:__anon399
H A DText.c128 XawselectAll, XawselectNull,
2162 for (;*sarray != XawselectNull && *sarray != ctx->text.s.type; sarray++);
2164 if (*sarray == XawselectNull)
2168 if (newType == XawselectNull)

Completed in 34 milliseconds