Searched refs:keyc (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbPrKeyEv.c49 KeyClassPtr keyc = keybd->key; local in function:XkbProcessKeyboardEvent
55 xkbi = keyc->xkbInfo;
147 KeyClassPtr keyc = keybd->key; local in function:ProcessKeyboardEvent
164 xkbi = keyc->xkbInfo;
H A DxkbActions.c1067 KeyClassPtr keyc; local in function:XkbHandleActions
1078 keyc= kbd->key;
1079 xkbi= keyc->xkbInfo;
1179 keyc->modifierKeyCount[i]++;
1188 keyc->modifierKeyCount[i]--;
1189 if (keyc->modifierKeyCount[i]<=0) {
1191 keyc->modifierKeyCount[i] = 0;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbPrKeyEv.c49 KeyClassPtr keyc = keybd->key; local in function:XkbProcessKeyboardEvent
55 xkbi = keyc->xkbInfo;
167 KeyClassPtr keyc = keybd->key; local in function:ProcessKeyboardEvent
184 xkbi = keyc->xkbInfo;
H A DxkbActions.c1347 KeyClassPtr keyc; local in function:XkbHandleActions
1357 keyc = kbd->key;
1358 xkbi = keyc->xkbInfo;
1394 keyc->modifierKeyCount[i]++;
1403 keyc->modifierKeyCount[i]--;
1404 if (keyc->modifierKeyCount[i] <= 0) {
1406 keyc->modifierKeyCount[i] = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DKeyboard.c227 KeyClassPtr keyc = pDev->key; local in function:xnestUpdateModifierState
247 int count = keyc->modifierKeyCount[i];
250 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
263 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DKeyboard.c224 KeyClassPtr keyc = pDev->key; local in function:xnestUpdateModifierState
243 int count = keyc->modifierKeyCount[i];
246 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
262 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A DatKeynames.h69 #define KeyPressed(k) (keyc->postdown[k >> 3] & (1 << (k & 7)))
70 #define ModifierDown(k) ((keyc->state & (k)) == (k))
H A Dkbd.c435 KeyClassRec *keyc = device->key; local in function:PostKbdEvent
465 state = XkbStateFieldFromRec(&keyc->xkbInfo->state);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinkeynames.h37 #define ModifierDown(k) ((keyc->state & (k)) == (k))
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinkeynames.h37 #define ModifierDown(k) ((keyc->state & (k)) == (k))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Events.c378 KeyClassPtr keyc; local in function:xf86ReleaseKeys
384 keyc = pDev->key;
397 for (i = keyc->xkbInfo->desc->min_key_code;
398 i < keyc->xkbInfo->desc->max_key_code;
H A Dxf86DGA.c1017 KeyClassPtr keyc = keybd->key; local in function:DGAProcessKeyboardEvent
1029 ev.corestate = XkbStateFieldFromRec(&keyc->xkbInfo->state);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Events.c272 KeyClassPtr keyc; local in function:xf86ReleaseKeys
278 keyc = pDev->key;
291 for (i = keyc->xkbInfo->desc->min_key_code;
292 i < keyc->xkbInfo->desc->max_key_code; i++) {
H A Dxf86DGA.c989 KeyClassPtr keyc = keybd->key; local in function:DGAProcessKeyboardEvent
999 .corestate = XkbStateFieldFromRec(&keyc->xkbInfo->state)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.c755 KeyClassPtr keyc = pDev->key; local in function:ephyrUpdateModifierState
775 int count = keyc->modifierKeyCount[i];
778 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
791 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.c763 KeyClassPtr keyc = pDev->key; local in function:ephyrUpdateModifierState
782 int count = keyc->modifierKeyCount[i];
785 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
801 if (keyc->xkbInfo->desc->map->modmap[key] & mask) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c1822 KeyClassPtr keyc = NULL; local in function:KdCheckLock
1828 keyc = tmp->dixdev->key;
1831 shouldBeSet = !!(XkbStateFieldFromRec(&keyc->xkbInfo->state) & LockMask);
1844 KeyClassPtr keyc = NULL; local in function:KdEnqueueKeyboardEvent
1851 keyc = ki->dixdev->key;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c1618 KeyClassPtr keyc = NULL; local in function:KdCheckLock
1624 keyc = tmp->dixdev->key;
1628 ! !(XkbStateFieldFromRec(&keyc->xkbInfo->state) & LockMask);

Completed in 24 milliseconds