Searched refs:REPTERM_DO_LT (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | map.c | 477 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 D | if_ole.cpp | 333 str = replace_termcodes((char_u *)buffer, &ptr, REPTERM_DO_LT, NULL); in SendKeys()
|
| H A D | clientserver.c | 37 str = replace_termcodes((char_u *)str, &ptr, REPTERM_DO_LT, NULL); in server_to_input_buf()
|
| H A D | vim.h | 2758 #define REPTERM_DO_LT 2 macro
|
| H A D | optionstr.c | 1957 REPTERM_FROM_PART | REPTERM_DO_LT, NULL); in did_set_string_option()
|
| H A D | menu.c | 376 REPTERM_DO_LT | (special ? REPTERM_SPECIAL : 0), NULL); in ex_menu()
|
| H A D | term.c | 5982 if (do_special && ((flags & REPTERM_DO_LT) in replace_termcodes()
|
| H A D | terminal.c | 838 REPTERM_FROM_PART | REPTERM_DO_LT | REPTERM_SPECIAL, NULL); in ex_terminal()
|