Home
last modified time | relevance | path

Searched refs:shift_down (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c124 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
371 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
393 shift_down[val]++; in do_compute_shiftstate()
746 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
817 if (shift_down[value]) in k_shift()
818 shift_down[value]--; in k_shift()
820 shift_down[value]++; in k_shift()
822 if (shift_down[value]) in k_shift()