Home
last modified time | relevance | path

Searched refs:TO_SPECIAL (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h142 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == KS_ZERO ? K_ZERO : TERMCAP2KEY(… macro
H A Dgetchar.c770 c = TO_SPECIAL(p[1], p[2]); in read_redo()
1720 c = TO_SPECIAL(c2, c); in vgetc()
3720 c1 = TO_SPECIAL(c1, c2); in getcmdkeycmd()
H A Dmap.c1146 c = TO_SPECIAL(str[1], str[2]); in translate_mapping()
1976 c = TO_SPECIAL(str[1], str[2]); in put_escstr()
H A Dmisc1.c872 n = TO_SPECIAL(buf[1], buf[2]); in get_keystroke()
H A Dpopupwin.c2396 c = TO_SPECIAL(key[1], key[2]); in f_popup_filter_menu()
2460 c = TO_SPECIAL(key[1], key[2]); in f_popup_filter_yesno()
H A Dgui_photon.c495 ch = TO_SPECIAL(special_keys[i].vim_code0, in gui_ph_handle_keyboard()
H A Dmessage.c1776 c = TO_SPECIAL(str[1], str[2]); in str2special()
H A Dgui_x11.c941 key = TO_SPECIAL(string[1], string[2]); in gui_x11_key_hit_cb()
H A Dgui_haiku.cc1363 key = TO_SPECIAL(string[1], string[2]); in KeyDown()
H A Dgui_gtk_x11.c1116 key = TO_SPECIAL(string[1], string[2]); in key_press_event()
H A Dterminal.c6199 c = TO_SPECIAL(msg[1], msg[2]); in f_term_sendkeys()
H A Dgui_w32.c1938 key = TO_SPECIAL(special_keys[i].vim_code0, in process_message()