Searched refs:do_backslash (Results 1 – 2 of 2) sorted by relevance
347 int do_backslash; in do_map() local441 do_backslash = (vim_strchr(p_cpo, CPO_BSLASH) == NULL); in do_map()444 if ((p[0] == Ctrl_V || (do_backslash && p[0] == '\\')) && in do_map()
5936 int do_backslash; // backslash is a special character in replace_termcodes() local5941 do_backslash = (vim_strchr(p_cpo, CPO_BSLASH) == NULL); in replace_termcodes()6086 if (key == Ctrl_V || (do_backslash && key == '\\')) in replace_termcodes()