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

  /xsrc/external/mit/xorg-server/dist/include/
xkbsrv.h 262 DeviceUnwrapProc unwrapProc;
265 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
270 oldprocs->unwrapProc = device->unwrapProc; \
271 device->unwrapProc = unwrapproc;
273 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
279 oldprocs->unwrapProc = device->unwrapProc; \
280 device->unwrapProc = unwrapproc
    [all...]
inputstr.h 595 DeviceUnwrapProc unwrapProc;
  /xsrc/external/mit/xorg-server.old/dist/include/
xkbsrv.h 251 DeviceUnwrapProc unwrapProc;
254 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
259 oldprocs->unwrapProc = device->unwrapProc; \
260 device->unwrapProc = unwrapproc;
262 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
268 oldprocs->unwrapProc = device->unwrapProc; \
269 device->unwrapProc = unwrapproc
    [all...]
inputstr.h 530 DeviceUnwrapProc unwrapProc;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBsrv.h 236 DeviceUnwrapProc unwrapProc;
239 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
244 oldprocs->unwrapProc = device->unwrapProc; \
245 device->unwrapProc = unwrapproc;
247 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \
253 oldprocs->unwrapProc = device->unwrapProc; \
254 device->unwrapProc = unwrapproc
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbActions.c 59 if(xkbPrivPtr->unwrapProc)
60 xkbPrivPtr->unwrapProc = NULL;
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbActions.c 60 if (xkbPrivPtr->unwrapProc)
61 xkbPrivPtr->unwrapProc = NULL;

Completed in 10 milliseconds