Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6562 #define STYLE_GLOB 1 // use "glob", for csh in mch_expand_wildcards() macro
6629 shell_style = STYLE_GLOB; in mch_expand_wildcards()
6695 if (shell_style == STYLE_GLOB) in mch_expand_wildcards()
6705 if (shell_style == STYLE_GLOB) in mch_expand_wildcards()
6779 else if (shell_style == STYLE_GLOB && !have_dollars(num_pat, pat)) in mch_expand_wildcards()