Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dkeyboard.c128 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
375 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
386 shift_down[val]++; in do_compute_shiftstate()
766 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
837 if (shift_down[value]) in k_shift()
838 shift_down[value]--; in k_shift()
840 shift_down[value]++; in k_shift()
842 if (shift_down[value]) in k_shift()