Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c129 static int npadch = -1; /* -1 or number assembled on pad */ variable
847 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
849 to_utf8(vc, npadch); in k_shift()
851 put_queue(vc, npadch & 0xff); in k_shift()
852 npadch = -1; in k_shift()
884 if (npadch == -1) in k_ascii()
885 npadch = value; in k_ascii()
887 npadch = npadch * base + value; in k_ascii()