Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dkeyboard.c130 static int npadch = -1; /* -1 or number assembled on pad */ variable
848 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
850 to_utf8(vc, npadch); in k_shift()
852 put_queue(vc, npadch & 0xff); in k_shift()
853 npadch = -1; in k_shift()
885 if (npadch == -1) in k_ascii()
886 npadch = value; in k_ascii()
888 npadch = npadch * base + value; in k_ascii()