shift_down        128 drivers/tty/vt/keyboard.c static unsigned char shift_down[NR_SHIFT];		/* shift state counters.. */
shift_down        379 drivers/tty/vt/keyboard.c 	memset(shift_down, 0, sizeof(shift_down));
shift_down        390 drivers/tty/vt/keyboard.c 		shift_down[val]++;
shift_down        770 drivers/tty/vt/keyboard.c 	if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) {
shift_down        841 drivers/tty/vt/keyboard.c 		if (shift_down[value])
shift_down        842 drivers/tty/vt/keyboard.c 			shift_down[value]--;
shift_down        844 drivers/tty/vt/keyboard.c 		shift_down[value]++;
shift_down        846 drivers/tty/vt/keyboard.c 	if (shift_down[value])