| tag | line | file | source code |
| shift_state | 7 | drivers/char/kbd_kern.h | extern int shift_state; |
| shift_state | 107 | drivers/char/keyboard.c | /*static*/ int shift_state = 0; |
| shift_state | 533 | drivers/char/keyboard.c | int shift_final = shift_state ^ kbd->lockstate ^ kbd->slockstate; |
| shift_state | 930 | drivers/char/keyboard.c | int old_state = shift_state; |
| shift_state | 952 | drivers/char/keyboard.c | shift_state |= (1 << value); |
| shift_state | 954 | drivers/char/keyboard.c | shift_state &= ~ (1 << value); |
| shift_state | 957 | drivers/char/keyboard.c | if (up_flag && shift_state != old_state && npadch != -1) { |
| shift_state | 973 | drivers/char/keyboard.c | shift_state = 0; |
| shift_state | 988 | drivers/char/keyboard.c | shift_state |= (1<<val); |
| shift_state | 1531 | drivers/char/tty_io.c | put_user(shift_state,(char *) arg); |