Searched refs:KEY2TERMCAP1 (Results 1 – 7 of 7) sorted by relevance
130 #define KEY2TERMCAP1(x) (((unsigned)(-(x)) >> 8) & 0xff) macro137 #define K_THIRD(c) (((c) == K_SPECIAL || (c) == NUL) ? KE_FILLER : KEY2TERMCAP1(c))
1104 key1 = KEY2TERMCAP1(key); in simplify_key()1164 c = KEY2TERMCAP1(c); in get_special_key_name()1174 && (int)KEY2TERMCAP1(c) == (int)modifier_keys_table[i + 2]) in get_special_key_name()1228 string[idx++] = KEY2TERMCAP1(c); in get_special_key_name()1307 dst[dlen++] = KEY2TERMCAP1(key); in special_to_buf()
259 which_button = get_mouse_button(KEY2TERMCAP1(c), &is_click, &is_drag); in do_mouse()693 int key = KEY2TERMCAP1(c); in do_mouse()
1585 name[1] = KEY2TERMCAP1((int)p->bt_entry); in parse_builtin_tcap()4916 string[new_slen++] = KEY2TERMCAP1(key); in handle_key_with_modifier()5832 key_name[1] = KEY2TERMCAP1(key); in check_termcode()
1437 key_name[1] = KEY2TERMCAP1(key); in do_set()3986 key_name[1] = KEY2TERMCAP1(key); in get_option_value()4351 key_name[1] = KEY2TERMCAP1(key); in set_option_value()6277 expand_option_name[3] = KEY2TERMCAP1(key); in set_context_in_set_cmd()
1293 button = get_mouse_button(KEY2TERMCAP1(c), in cmdline_left_right_mouse()
1336 button = get_mouse_button(KEY2TERMCAP1(key), in term_mouse_click()