Searched refs:ESCAPE_CHARS (Results 1 – 1 of 1) sorted by relevance
4838 # define ESCAPE_CHARS nobslash in expand_filename() macro4840 # define ESCAPE_CHARS escape_chars in expand_filename() macro4844 if (vim_strchr(ESCAPE_CHARS, *l) != NULL) in expand_filename()4846 l = vim_strsave_escaped(repl, ESCAPE_CHARS); in expand_filename()