Searched refs:KeymapNotify (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Devent_names_table.h17 [KeymapNotify] = "KeymapNotify",
H A Devent_utils.c117 case KeymapNotify:
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DEvents.c170 case KeymapNotify:
/xsrc/external/mit/libXTrap/dist/src/
H A DXETrapInit.c192 * 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 Ddmxlog.c319 case KeymapNotify: return "KeymapNotify";
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DEvents.c184 case KeymapNotify:
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h190 #define KeymapNotify 11 macro
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c135 case KeymapNotify:
H A DXlibInt.c298 * 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 Dtrace.c420 CASETYPE(KeymapNotify);
904 case KeymapNotify:
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c138 case KeymapNotify:
517 case KeymapNotify:
/xsrc/external/mit/libXt/dist/src/
H A DTMprint.c170 PRINTEVENT(KeymapNotify, "<KeymapNotify>")
H A DTMparse.c291 {"KeymapNotify", NULLQUARK, KeymapNotify, ParseNone, NULL},
292 {"Keymap", NULLQUARK, KeymapNotify, ParseNone, NULL},
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxevents.c718 case KeymapNotify:
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c771 if ((buf[0] & 0x7f) == KeymapNotify)
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c731 if ((buf[0] & 0x7f) == KeymapNotify)
/xsrc/external/mit/twm/dist/src/
H A Devents.c247 case KeymapNotify: return e->xkeymap.window; /* same */
2669 case KeymapNotify: name = "KeymapNotify"; break;
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1901 if (ev->type & 0x7f != KeymapNotify)
2259 if ((ev.type & 0x7f) != KeymapNotify)
/xsrc/external/mit/xev/dist/
H A Dxev.c1518 case KeymapNotify:
1519 prologue(&event, "KeymapNotify");
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c365 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 Devents.c382 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 Dctwm.1.adoc3235 KeymapNotify

Completed in 58 milliseconds