Searched refs:XkbKeycodeInRange (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbmisc.c | 141 if ((!xkb) || (!XkbKeycodeInRange(xkb, key)) || (!grp_inout))
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xkbstr.h | 484 #define XkbKeycodeInRange(d, k) ((k) >= (d)->min_key_code && \ macro
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbstr.h | 476 #define XkbKeycodeInRange(d, k) ((k) >= (d)->min_key_code && \ macro
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBstr.h | 478 #define XkbKeycodeInRange(d,k) (((k)>=(d)->min_key_code)&&\ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxevents.c | 620 if (XkbKeycodeInRange(xkbi->desc, tryFirst)
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBMisc.c | 527 if ((!xkb) || (!XkbKeycodeInRange(xkb,key)) || (!xkb->map) ||
|
| H A D | xkbUtils.c | 379 if (XkbKeycodeInRange(xkb,key)) { 2071 if (!XkbKeycodeInRange(xkb, keycode))
|
| H A D | xkbActions.c | 124 if (!XkbKeyHasActions(xkb,key) || !XkbKeycodeInRange(xkb,key)) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBMisc.c | 543 if ((!xkb) || (!XkbKeycodeInRange(xkb, key)) || (!xkb->map) ||
|
| H A D | xkbUtils.c | 378 if (XkbKeycodeInRange(xkb, key)) { 2068 if (!XkbKeycodeInRange(xkb, keycode))
|
| H A D | xkbActions.c | 129 if (!XkbKeyHasActions(xkb, key) || !XkbKeycodeInRange(xkb, key)) {
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBBind.c | 283 if ((!XkbKeycodeInRange(xkb, key)) || (nKeyGroups == 0)) {
|
| H A D | XKBMisc.c | 684 if ((!xkb) || (!XkbKeycodeInRange(xkb, key)) || (!xkb->map) ||
|
Completed in 23 milliseconds