Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Dpc_kbd.c35 static unsigned int shift_state; variable
51 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 …]
/external/bison/src/
Dtables.c282 state *shift_state = trans->states[i]; in action_row() local
289 actrow[sym] = state_number_as_int (shift_state->number); in action_row()