Searched refs:LockMask (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_modifier.c22 if(__glutModifierMask & (ShiftMask|LockMask))
H A Dwin32_x11.h72 #define LockMask (1<<1) macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbDflts.h36 { 1, 0, { LockMask, LockMask, 0 } }
40 { LockMask, LockMask, 0 }
91 { ShiftMask|LockMask, ShiftMask|LockMask, 0 },
174 XkbSI_Exactly, LockMask,
178 XkbSI_Exactly, LockMask,
182 XkbSI_Exactly, LockMask,
186 XkbSI_Exactly, LockMask,
[all...]
H A DxkbInit.c432 map->maps[LED_CAPS-1].mods.mask= LockMask;
433 map->maps[LED_CAPS-1].mods.real_mods= LockMask;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbDflts.h37 {1, 0, {LockMask, LockMask, 0}}
42 {LockMask, LockMask, 0}
98 {ShiftMask | LockMask, ShiftMask | LockMask, 0},
175 XkbSI_Exactly, LockMask,
179 XkbSI_Exactly, LockMask,
183 XkbSI_Exactly, LockMask,
187 XkbSI_Exactly, LockMask,
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dungrdevb.c67 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
H A Dungrdevk.c69 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dungrdevb.c67 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
H A Dungrdevk.c69 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DKeyboard.c247 if (mask == LockMask) {
264 if (mask == LockMask)
/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c468 table[1].mask = LockMask;
566 *modifiers_return = (ShiftMask | LockMask) | pd->mode_switch | pd->num_lock;
583 ((modifiers & LockMask) && (pd->lock_meaning == XK_Shift_Lock)))
589 (!(modifiers & LockMask) || (pd->lock_meaning == NoSymbol))) {
595 else if (!(modifiers & LockMask) || (pd->lock_meaning != XK_Caps_Lock)) {
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcPrs.c293 { "Lock", LockMask },
294 { "Caps", LockMask },
444 #define AllMask (ShiftMask | LockMask | ControlMask | Mod1Mask)
H A DimThaiFlt.c657 #define AllMods (ShiftMask|LockMask|ControlMask| \
681 #define IsLock(state) (((state) & LockMask) != 0)
781 *modifiers_return = (ShiftMask|LockMask) | dpy->mode_switch;
796 (!(modifiers & LockMask) || (dpy->lock_meaning == NoSymbol))) {
803 } else if (!(modifiers & LockMask) ||
1313 if ((ev->xkey.state & (AllMods & ~(ShiftMask|LockMask|NumLockMask(d)))) ||
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c48 { True, LockMask, {0, LockMask, 0} }
53 { LockMask, LockMask, 0 }
75 { { ShiftMask|LockMask, ShiftMask|LockMask, 0 },
H A DXKBBind.c44 #define AllMods (ShiftMask|LockMask|ControlMask| \
338 * and LockMask for mods_rtrn, so this "fix" keeps this behavior
344 *mods_rtrn |= (ShiftMask | LockMask);
628 if (xkb->cvt.KSToUpper && (mods & LockMask)) {
642 if ((!xkb->cvt.KSToUpper) && (mods & LockMask)) {
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kKbd.c202 x68kModMap[i] = LockMask;
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kKbd.c256 x68kModMap[i] = LockMask;
/xsrc/external/mit/xterm/dist/
H A Dtrace.h156 ModifierName(state & LockMask), \
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h222 #define LockMask (1<<1) macro
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c67 #define AllMods (ShiftMask|LockMask|ControlMask| \
801 *modifiers_return = ((ShiftMask|LockMask)
819 ((modifiers & LockMask) && (dpy->lock_meaning == XK_Shift_Lock)))
824 (!(modifiers & LockMask) || (dpy->lock_meaning == NoSymbol))) {
829 } else if (!(modifiers & LockMask) ||
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinkeybd.c316 if (LOGICAL_XOR(internalKeyStates & LockMask, dwKeyState)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinkeybd.c295 if (WIN_XOR (internalKeyStates & LockMask, dwKeyState))
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dsun_kbdMap.c649 pModMap[i] = LockMask;
H A Dws_KbdMap.c460 *pModMap = LockMask;
/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl86 our $LockMask = 2;
331 $result .= "+Lock" if ( $state & $LockMask );

Completed in 21 milliseconds

123