Searched refs:has_type_specifier (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | EventI.h | 76 unsigned int has_type_specifier:1; member in struct:_XtEventRec
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 120 if (!ev->has_type_specifier) 156 if (p->has_type_specifier && 168 if (p->has_type_specifier && 184 Boolean has_type_specifier, 198 has_type_specifier != p->has_type_specifier || 199 (has_type_specifier && EXT_TYPE(p) != type))) 205 if (!has_type_specifier) { 248 if (has_type_specifier) { 286 Boolean has_type_specifier, 181 RemoveEventHandler(Widget widget,XtPointer select_data,int type,Boolean has_type_specifier,Boolean other,const XtEventHandler proc,const XtPointer closure,Boolean raw) argument 283 AddEventHandler(Widget widget,XtPointer select_data,int type,Boolean has_type_specifier,Boolean other,XtEventHandler proc,XtPointer closure,XtListPosition position,Boolean force_new_position,Boolean raw) argument [all...] |
Completed in 5 milliseconds