Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c126 static int npadch = -1; /* -1 or number assembled on pad */ variable
828 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
830 to_utf8(vc, npadch); in k_shift()
832 put_queue(vc, npadch & 0xff); in k_shift()
833 npadch = -1; in k_shift()
865 if (npadch == -1) in k_ascii()
866 npadch = value; in k_ascii()
868 npadch = npadch * base + value; in k_ascii()