Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6537 #define SHELL_SPECIAL (char_u *)"\t \"&'$;<>()\\|" macro
6654 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()