HomeSort by: relevance | last modified time | path
    Searched refs:Opaque (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xkbevd/dist/
utils.h 55 typedef void *Opaque;
58 #define NullOpaque ((Opaque)NULL)
  /xsrc/external/mit/xkbprint/dist/
utils.h 47 typedef void *Opaque;
50 #define NullOpaque ((Opaque)NULL)
  /xsrc/external/mit/libXt/dist/src/
TMparse.c 106 #define PARSE_PROC_DECL String, Opaque, EventPtr, Boolean*
109 Opaque /* closure; */ ,
128 Opaque closure;
242 {"Ctrl", NULLQUARK, KeyPress, ParseKeyAndModifiers, (Opaque)ControlMask},
243 {"Shift", NULLQUARK, KeyPress, ParseKeyAndModifiers, (Opaque)ShiftMask},
244 {"Meta", NULLQUARK, KeyPress, ParseKeyAndModifiers, (Opaque)NULL},
250 {"Btn1Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button1},
251 {"Btn2Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button2},
252 {"Btn3Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button3},
253 {"Btn4Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button4}
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 178 /* The type Opaque is NOT part of the Xt standard, do NOT use it. */
180 typedef XtPointer Opaque;
268 typedef Opaque XtCacheRef;
270 typedef Opaque XtActionHookId;
  /xsrc/external/mit/xterm/dist/
Tekproc.c 1426 HandleEnterWindow, (Opaque) 0);
1428 HandleLeaveWindow, (Opaque) 0);
1430 HandleFocusChange, (Opaque) 0);
1432 HandleBellPropertyChange, (Opaque) 0);
charproc.c 11522 HandleEnterWindow, (Opaque) NULL);
11524 HandleLeaveWindow, (Opaque) NULL);
11526 HandleFocusChange, (Opaque) NULL);
11528 VTNonMaskableEvent, (Opaque) NULL);
11530 HandleBellPropertyChange, (Opaque) NULL);
11538 HandleStructNotify, (Opaque) 0);
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 915 (XtEventHandler)ConfigureCB, (Opaque)NULL);
1187 (XtEventHandler)ConfigureCB, (Opaque)NULL);

Completed in 15 milliseconds