Searched refs:shifted (Results 1 – 1 of 1) sorted by relevance
1633 const char* const normal, const char* const shifted) { in _get_keypad_sequence() argument1636 return shifted; in _get_keypad_sequence()1695 const char shifted) { in _get_modifier_keypad_sequence() argument1698 if (shifted != '\0') { in _get_modifier_keypad_sequence()1699 buf[0] = shifted; in _get_modifier_keypad_sequence()1795 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument1799 (shifted)); \ in _console_read()1805 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument1809 control_key_state, (normal), (shifted)); \ in _console_read()