Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/vt/
Dkeyboard.c137 static int npadch = -1; /* -1 or number assembled on pad */ variable
845 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
847 to_utf8(vc, npadch); in k_shift()
849 put_queue(vc, npadch & 0xff); in k_shift()
850 npadch = -1; in k_shift()
882 if (npadch == -1) in k_ascii()
883 npadch = value; in k_ascii()
885 npadch = npadch * base + value; in k_ascii()