Searched refs:shift_state (Results 1 – 2 of 2) sorted by relevance
35 static unsigned int shift_state; variable51 shift_state |= SHIFT; in get_scancode()55 shift_state &= ~SHIFT; in get_scancode()58 shift_state |= CONTROL; in get_scancode()61 shift_state &= ~CONTROL; in get_scancode()64 shift_state ^= CAPS; in get_scancode()84 if (!key_map[shift_state & SHIFT][cur_scan]) { in kbd_ischar()97 c = key_map[shift_state & SHIFT][cur_scan]; in kbd_getc()98 if (shift_state & (CONTROL | CAPS)) { in kbd_getc()100 if (shift_state & CONTROL) in kbd_getc()[all …]
282 state *shift_state = trans->states[i]; in action_row() local289 actrow[sym] = state_number_as_int (shift_state->number); in action_row()