Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/vt/
Dkeyboard.c129 static int npadch = -1; /* -1 or number assembled on pad */ variable
850 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
852 to_utf8(vc, npadch); in k_shift()
854 put_queue(vc, npadch & 0xff); in k_shift()
855 npadch = -1; in k_shift()
887 if (npadch == -1) in k_ascii()
888 npadch = value; in k_ascii()
890 npadch = npadch * base + value; in k_ascii()