Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dkeyboard.c129 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
380 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
391 shift_down[val]++; in do_compute_shiftstate()
776 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
847 if (shift_down[value]) in k_shift()
848 shift_down[value]--; in k_shift()
850 shift_down[value]++; in k_shift()
852 if (shift_down[value]) in k_shift()