Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6561 #define STYLE_ECHO 0 // use "echo", the default in mch_expand_wildcards() macro
6567 int shell_style = STYLE_ECHO; in mch_expand_wildcards()
6633 if (shell_style == STYLE_ECHO && strstr((char *)gettail(p_sh), in mch_expand_wildcards()
6883 if (shell_style == STYLE_ECHO) in mch_expand_wildcards()
6975 if (shell_style == STYLE_ECHO || shell_style == STYLE_BT in mch_expand_wildcards()
6978 while (!(shell_style == STYLE_ECHO && *p == ' ') in mch_expand_wildcards()