Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c127 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
374 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
385 shift_down[val]++; in do_compute_shiftstate()
765 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
836 if (shift_down[value]) in k_shift()
837 shift_down[value]--; in k_shift()
839 shift_down[value]++; in k_shift()
841 if (shift_down[value]) in k_shift()