Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c125 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
372 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
394 shift_down[val]++; in do_compute_shiftstate()
747 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
818 if (shift_down[value]) in k_shift()
819 shift_down[value]--; in k_shift()
821 shift_down[value]++; in k_shift()
823 if (shift_down[value]) in k_shift()