Lines Matching defs:shift_down
142 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */
387 * shift_down[] and shift_state from key_down[] maybe called when keymap is
397 memset(shift_down, 0, sizeof(shift_down));
408 shift_down[val]++;
802 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) {
873 if (shift_down[value])
874 shift_down[value]--;
876 shift_down[value]++;
878 if (shift_down[value])