Searched refs:SHELL_SPECIAL (Results 1 – 1 of 1) sorted by relevance
6537 #define SHELL_SPECIAL (char_u *)"\t \"&'$;<>()\\|" macro6654 if (vim_strchr(SHELL_SPECIAL, pat[i][j]) != NULL) in mch_expand_wildcards()6742 || vim_strchr(SHELL_SPECIAL, pat[i][j + 1]) != NULL in mch_expand_wildcards()6749 && vim_strchr(SHELL_SPECIAL, pat[i][j]) != NULL) in mch_expand_wildcards()