Searched refs:shifted (Results 1 – 1 of 1) sorted by relevance
1528 const char* const normal, const char* const shifted) { in _get_keypad_sequence() argument1531 return shifted; in _get_keypad_sequence()1590 const char shifted) { in _get_modifier_keypad_sequence() argument1593 if (shifted != '\0') { in _get_modifier_keypad_sequence()1594 buf[0] = shifted; in _get_modifier_keypad_sequence()1690 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument1694 (shifted)); \ in _console_read()1700 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument1704 control_key_state, (normal), (shifted)); \ in _console_read()