Searched refs:DeviceValuator (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h58 extern int DeviceValuator;
H A Dextinit.c333 int DeviceValuator; variable in typeref:typename:int
507 * This function swaps the DeviceValuator event.
1040 DeviceValuator = extEntry->eventBase;
1041 DeviceKeyPress = DeviceValuator + 1;
1137 DeviceValuator = 0;
1175 EventSwapVector[DeviceValuator] = NotImplemented;
1242 if (type == DeviceValuator)
1337 EventSwapVector[DeviceValuator] = SEventIDispatch;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h61 extern int DeviceValuator;
H A Dextinit.c344 int DeviceValuator; variable in typeref:typename:int
531 * This function swaps the DeviceValuator event.
985 DeviceValuator = extEntry->eventBase;
986 DeviceKeyPress = DeviceValuator + 1;
1090 DeviceValuator = 0;
1128 EventSwapVector[DeviceValuator] = NotImplemented;
1191 if (type == DeviceValuator)
1277 EventSwapVector[DeviceValuator] = SEventIDispatch;
H A Dexevents.c1200 ev->type = DeviceValuator;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxclient.h123 extern int DeviceValuator;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxtest.c59 extern int DeviceValuator;
189 type -= DeviceValuator;
260 if (dv->type != DeviceValuator)
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxtest.c190 type -= DeviceValuator;
252 if (dv->type != DeviceValuator) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxevents.c337 xv->type = DeviceValuator;
358 xv->type = DeviceValuator;
423 case XI_DeviceValuator: event = DeviceValuator; break;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c378 xv->type = DeviceValuator;
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c317 g_assert(v->type == DeviceValuator);
343 DeviceValuator = IEventBase - 1;
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c455 xv->type = DeviceValuator;
H A Denterleave.c616 ev->type = DeviceValuator;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c416 assert(v->type == DeviceValuator);
442 DeviceValuator = IEventBase - 1;

Completed in 23 milliseconds