Searched refs:unwrapProc (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbsrv.h260 DeviceUnwrapProc unwrapProc; member in struct:__anonbfc365150208
268 oldprocs->unwrapProc = device->unwrapProc; \
269 device->unwrapProc = unwrapproc;
277 oldprocs->unwrapProc = device->unwrapProc; \
278 device->unwrapProc = unwrapproc;
285 device->unwrapProc = oldprocs->unwrapProc;
H A Dinputstr.h595 DeviceUnwrapProc unwrapProc; member in struct:_DeviceIntRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbsrv.h251 DeviceUnwrapProc unwrapProc; member in struct:__anonf43a29c20208
259 oldprocs->unwrapProc = device->unwrapProc; \
260 device->unwrapProc = unwrapproc;
268 oldprocs->unwrapProc = device->unwrapProc; \
269 device->unwrapProc = unwrapproc;
276 device->unwrapProc = oldprocs->unwrapProc;
H A Dinputstr.h530 DeviceUnwrapProc unwrapProc; member in struct:_DeviceIntRec
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h236 DeviceUnwrapProc unwrapProc; member in struct:__anonee2753ed0208
244 oldprocs->unwrapProc = device->unwrapProc; \
245 device->unwrapProc = unwrapproc;
253 oldprocs->unwrapProc = device->unwrapProc; \
254 device->unwrapProc = unwrapproc;
259 device->unwrapProc = oldprocs->unwrapProc;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbActions.c59 if(xkbPrivPtr->unwrapProc)
60 xkbPrivPtr->unwrapProc = NULL;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbActions.c60 if (xkbPrivPtr->unwrapProc)
61 xkbPrivPtr->unwrapProc = NULL;

Completed in 15 milliseconds