Searched refs:TO_SPECIAL (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | keymap.h | 142 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == KS_ZERO ? K_ZERO : TERMCAP2KEY(… macro
|
| H A D | getchar.c | 770 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 D | map.c | 1146 c = TO_SPECIAL(str[1], str[2]); in translate_mapping() 1976 c = TO_SPECIAL(str[1], str[2]); in put_escstr()
|
| H A D | misc1.c | 872 n = TO_SPECIAL(buf[1], buf[2]); in get_keystroke()
|
| H A D | popupwin.c | 2396 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 D | gui_photon.c | 495 ch = TO_SPECIAL(special_keys[i].vim_code0, in gui_ph_handle_keyboard()
|
| H A D | message.c | 1776 c = TO_SPECIAL(str[1], str[2]); in str2special()
|
| H A D | gui_x11.c | 941 key = TO_SPECIAL(string[1], string[2]); in gui_x11_key_hit_cb()
|
| H A D | gui_haiku.cc | 1363 key = TO_SPECIAL(string[1], string[2]); in KeyDown()
|
| H A D | gui_gtk_x11.c | 1116 key = TO_SPECIAL(string[1], string[2]); in key_press_event()
|
| H A D | terminal.c | 6199 c = TO_SPECIAL(msg[1], msg[2]); in f_term_sendkeys()
|
| H A D | gui_w32.c | 1938 key = TO_SPECIAL(special_keys[i].vim_code0, in process_message()
|