Home
last modified time | relevance | path

Searched refs:REPTERM_DO_LT (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dmap.c477 int flags = REPTERM_FROM_PART | REPTERM_DO_LT; in do_map()
494 REPTERM_DO_LT | (special ? REPTERM_SPECIAL : 0), NULL); in do_map()
1035 rhs = replace_termcodes(str, &buf, REPTERM_DO_LT, NULL); in map_to_exists()
2204 int flags = REPTERM_FROM_PART | REPTERM_DO_LT; in get_maparg()
2384 REPTERM_DO_LT | REPTERM_SPECIAL, NULL); in f_mapset()
H A Dif_ole.cpp333 str = replace_termcodes((char_u *)buffer, &ptr, REPTERM_DO_LT, NULL); in SendKeys()
H A Dclientserver.c37 str = replace_termcodes((char_u *)str, &ptr, REPTERM_DO_LT, NULL); in server_to_input_buf()
H A Dvim.h2758 #define REPTERM_DO_LT 2 macro
H A Doptionstr.c1957 REPTERM_FROM_PART | REPTERM_DO_LT, NULL); in did_set_string_option()
H A Dmenu.c376 REPTERM_DO_LT | (special ? REPTERM_SPECIAL : 0), NULL); in ex_menu()
H A Dterm.c5982 if (do_special && ((flags & REPTERM_DO_LT) in replace_termcodes()
H A Dterminal.c838 REPTERM_FROM_PART | REPTERM_DO_LT | REPTERM_SPECIAL, NULL); in ex_terminal()