tag | line | file | source code |
npadch | 99 | drivers/char/keyb_m68k.c | static int npadch = -1; /* -1 or number assembled on pad */ |
npadch | 666 | drivers/char/keyb_m68k.c | if (up_flag && shift_state != old_state && npadch != -1) { |
npadch | 668 | drivers/char/keyb_m68k.c | to_utf8(npadch & 0xffff); |
npadch | 670 | drivers/char/keyb_m68k.c | put_queue(npadch & 0xff); |
npadch | 671 | drivers/char/keyb_m68k.c | npadch = -1; |
npadch | 729 | drivers/char/keyb_m68k.c | if (npadch == -1) |
npadch | 730 | drivers/char/keyb_m68k.c | npadch = value; |
npadch | 732 | drivers/char/keyb_m68k.c | npadch = npadch * base + value; |
npadch | 110 | drivers/char/keyboard.c | static int npadch = -1; /* -1 or number assembled on pad */ |
npadch | 979 | drivers/char/keyboard.c | if (up_flag && shift_state != old_state && npadch != -1) { |
npadch | 981 | drivers/char/keyboard.c | to_utf8(npadch & 0xffff); |
npadch | 983 | drivers/char/keyboard.c | put_queue(npadch & 0xff); |
npadch | 984 | drivers/char/keyboard.c | npadch = -1; |
npadch | 1042 | drivers/char/keyboard.c | if (npadch == -1) |
npadch | 1043 | drivers/char/keyboard.c | npadch = value; |
npadch | 1045 | drivers/char/keyboard.c | npadch = npadch * base + value; |
npadch | 85 | drivers/sbus/char/sunkbd.c | static int npadch = -1; /* -1 or number assembled on pad */ |
npadch | 893 | drivers/sbus/char/sunkbd.c | if (up_flag && shift_state != old_state && npadch != -1) { |
npadch | 894 | drivers/sbus/char/sunkbd.c | put_queue(npadch & 0xff); |
npadch | 895 | drivers/sbus/char/sunkbd.c | npadch = -1; |
npadch | 953 | drivers/sbus/char/sunkbd.c | if (npadch == -1) |
npadch | 954 | drivers/sbus/char/sunkbd.c | npadch = value; |
npadch | 956 | drivers/sbus/char/sunkbd.c | npadch = npadch * base + value; |