Searched refs:mode_switch (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c480 pd->mode_switch = 0;
495 pd->mode_switch =
496 (pd->mode_switch | (Modifiers) (1 << i));
566 *modifiers_return = (ShiftMask | LockMask) | pd->mode_switch | pd->num_lock;
576 if ((per > 2) && (modifiers & pd->mode_switch)) {
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h308 Modifiers mode_switch; /* keyboard group modifiers */ member in struct:_XtPerDisplayStruct
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c192 dpy->mode_switch = 0;
199 dpy->mode_switch |= 1 << (i / map->max_keypermod);
802 | dpy->mode_switch | dpy->num_lock);
812 if ((per > 2) && (modifiers & dpy->mode_switch)) {
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiFlt.c781 *modifiers_return = (ShiftMask|LockMask) | dpy->mode_switch;
791 if ((per > 2) && (modifiers & dpy->mode_switch)) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h157 unsigned int mode_switch; /* keyboard group modifiers */ member in struct:_XDisplay
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBBind.c700 tmp_ev.state = event->state ^ dpy->mode_switch;

Completed in 10 milliseconds