Searched refs:KeymapNotify (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_names_table.h | 17 [KeymapNotify] = "KeymapNotify",
|
| H A D | event_utils.c | 117 case KeymapNotify:
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Events.c | 170 case KeymapNotify:
|
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XETrapInit.c | 192 * KeymapNotify has no sequence number, but is always guaranteed 196 if ((rep->type & 0x7f) == KeymapNotify)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxlog.c | 319 case KeymapNotify: return "KeymapNotify";
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Events.c | 184 case KeymapNotify:
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 190 #define KeymapNotify 11 macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | EvToWire.c | 135 case KeymapNotify:
|
| H A D | XlibInt.c | 298 * KeymapNotify has no sequence number, but is always guaranteed 302 if ((rep->type & 0x7f) == KeymapNotify) 975 case KeymapNotify:
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 420 CASETYPE(KeymapNotify); 904 case KeymapNotify:
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 138 case KeymapNotify: 517 case KeymapNotify:
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMprint.c | 170 PRINTEVENT(KeymapNotify, "<KeymapNotify>")
|
| H A D | TMparse.c | 291 {"KeymapNotify", NULLQUARK, KeymapNotify, ParseNone, NULL}, 292 {"Keymap", NULLQUARK, KeymapNotify, ParseNone, NULL},
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxevents.c | 718 case KeymapNotify:
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 771 if ((buf[0] & 0x7f) == KeymapNotify)
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | io.c | 731 if ((buf[0] & 0x7f) == KeymapNotify)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 247 case KeymapNotify: return e->xkeymap.window; /* same */ 2669 case KeymapNotify: name = "KeymapNotify"; break;
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 1901 if (ev->type & 0x7f != KeymapNotify) 2259 if ((ev.type & 0x7f) != KeymapNotify)
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 1518 case KeymapNotify: 1519 prologue(&event, "KeymapNotify");
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | events.c | 365 KeymapStateMask, /* KeymapNotify */ 4227 ke.type = KeymapNotify; 4338 ke.type = KeymapNotify; 5587 if ((events[i].u.u.type & 0x7f) != KeymapNotify)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | events.c | 382 KeymapStateMask, /* KeymapNotify */ 4788 .type = KeymapNotify 4899 .type = KeymapNotify 6115 if ((events[i].u.u.type & 0x7f) != KeymapNotify)
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 3235 KeymapNotify
|
Completed in 58 milliseconds