HomeSort by: relevance | last modified time | path
    Searched refs:ShiftMask (Results 1 - 25 of 50) sorted by relevancy

1 2

  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_modifier.c 22 if(__glutModifierMask & (ShiftMask|LockMask))
win32_winproc.c 121 __glutModifierMask |= ShiftMask;
165 if (!(__glutModifierMask & ShiftMask))
208 __glutModifierMask |= ShiftMask;
290 __glutModifierMask |= ShiftMask;
309 __glutModifierMask |= ShiftMask;
374 __glutModifierMask |= ShiftMask;
439 __glutModifierMask |= ShiftMask;
win32_x11.h 71 #define ShiftMask (1<<0)
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbDflts.h 30 {1, 1, {ShiftMask, ShiftMask, 0}}
36 {1, 1, {ShiftMask, ShiftMask, 0}},
48 {1, 1, {ShiftMask, ShiftMask, 0}},
73 {1, 1, {ShiftMask, ShiftMask, 0}},
75 {0, 2, {ShiftMask, ShiftMask, vmod_LevelThreeMask}
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbDflts.h 30 { 1, 1, { ShiftMask, ShiftMask, 0 } }
35 { 1, 1, { ShiftMask, ShiftMask, 0 } },
45 { 1, 1, { ShiftMask, ShiftMask, 0 } },
66 { 1, 1, { ShiftMask, ShiftMask, 0 } },
68 { 0, 2, { ShiftMask, ShiftMask, vmod_LevelThreeMask }
    [all...]
  /xsrc/external/mit/ctwm/dist/tests/menu_twmkeys/
mk_twmkeys_entry.c 33 key.mods = ShiftMask;
47 key.mods = ShiftMask | ControlMask
  /xsrc/external/mit/ctwm/dist/
parse_yacc.c 30 unsigned int mods_used = (ShiftMask | ControlMask | Mod1Mask);
ctwm.h 102 #define MOD_SIZE ((ShiftMask | ControlMask | Mod1Mask \
  /xsrc/external/mit/xterm/dist/vttests/
modify-keys.pl 85 our $ShiftMask = 1;
330 $result .= "+Shift" if ( $state & $ShiftMask );
447 $modify_parm += 1 if ( $state & $ShiftMask );
459 $state |= $ShiftMask if ( $modify_parm & 1 );
470 my $result = $state & ( $ShiftMask | $AltMask | $ControlMask | $MetaMask );
490 if ( &Masked( $result, ( $ControlMask | $ShiftMask ) ) == 0 ) {
503 $result &= ~$ShiftMask;
565 if ( &computeMaskedModifier( $state, $ShiftMask ) );
574 if ( $state == $ControlMask or $state == $ShiftMask ) {
582 if ( $state == $ShiftMask ) {
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
ungrdevb.c 67 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
ungrdevk.c 69 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
  /xsrc/external/mit/xorg-server.old/dist/Xi/
ungrdevb.c 67 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
ungrdevk.c 69 ShiftMask | LockMask | ControlMask | Mod1Mask | Mod2Mask | \
  /xsrc/external/mit/xterm/dist/
input.c 379 UIntSet(result, ShiftMask);
407 if (state & ShiftMask) {
409 UIntClr(state, ShiftMask);
493 | ShiftMask
511 if (Masked(result, (ControlMask | ShiftMask)) == 0) {
517 UIntClr(result, ShiftMask);
583 if (computeMaskedModifier(xw, state, ShiftMask))
593 if (state == ControlMask || state == ShiftMask) {
599 if (state == ShiftMask)
622 if (computeMaskedModifier(xw, state, ShiftMask))
    [all...]
trace.h 155 ModifierName(state & ShiftMask), \
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBMisc.c 43 { True, 1, {ShiftMask, ShiftMask, 0} }
47 { True, 1, {ShiftMask, ShiftMask, 0} },
58 { True, 1, { ShiftMask, ShiftMask, 0 } },
69 { { ShiftMask, ShiftMask, 0 },
75 { { ShiftMask|LockMask, ShiftMask|LockMask, 0 }
    [all...]
  /xsrc/external/mit/libXt/dist/src/
TMkey.c 467 table[0].mask = ShiftMask;
566 *modifiers_return = (ShiftMask | LockMask) | pd->mode_switch | pd->num_lock;
582 if ((modifiers & ShiftMask) ||
588 else if (!(modifiers & ShiftMask) &&
604 if (!(modifiers & ShiftMask) && (sym != syms[0]) &&
  /xsrc/external/mit/twm/dist/src/
twm.h 143 #define MOD_SIZE ((ShiftMask | ControlMask | Mod1Mask \
gram.y 101 unsigned int mods_used = (ShiftMask | ControlMask | Mod1Mask);
324 | SHIFT { mods |= ShiftMask; }
  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kKbd.c 241 x68kModMap[i] = ShiftMask;
  /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
x68kKbd.c 187 x68kModMap[i] = ShiftMask;
  /xsrc/external/mit/xorgproto/dist/include/X11/
X.h 221 #define ShiftMask (1<<0)
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiFlt.c 657 #define AllMods (ShiftMask|LockMask|ControlMask| \
680 #define IsShift(state) (((state) & ShiftMask) != 0)
781 *modifiers_return = (ShiftMask|LockMask) | dpy->mode_switch;
795 if (!(modifiers & ShiftMask) &&
812 if (!(modifiers & ShiftMask) && (sym != syms[0]) &&
829 (modifiers & ShiftMask) &&
1313 if ((ev->xkey.state & (AllMods & ~(ShiftMask|LockMask|NumLockMask(d)))) ||
imLcPrs.c 295 { "Shift", ShiftMask },
444 #define AllMask (ShiftMask | LockMask | ControlMask | Mod1Mask)
  /xsrc/external/mit/libX11/dist/src/
KeyBind.c 67 #define AllMods (ShiftMask|LockMask|ControlMask| \
801 *modifiers_return = ((ShiftMask|LockMask)
818 if ((modifiers & ShiftMask) ||
823 } else if (!(modifiers & ShiftMask) &&
838 if (!(modifiers & ShiftMask) && (sym != syms[0]) &&

Completed in 25 milliseconds

1 2