Searched refs:shell_style (Results 1 – 1 of 1) sorted by relevance
6625 shell_style = STYLE_BT; in mch_expand_wildcards()6629 shell_style = STYLE_GLOB; in mch_expand_wildcards()6631 shell_style = STYLE_PRINT; in mch_expand_wildcards()6635 shell_style = STYLE_VIMGLOB; in mch_expand_wildcards()6676 if (shell_style == STYLE_BT) in mch_expand_wildcards()6695 if (shell_style == STYLE_GLOB) in mch_expand_wildcards()6705 if (shell_style == STYLE_GLOB) in mch_expand_wildcards()6717 if (shell_style != STYLE_BT) in mch_expand_wildcards()6822 if (shell_style == STYLE_BT) in mch_expand_wildcards()6895 else if (shell_style == STYLE_BT || shell_style == STYLE_VIMGLOB) in mch_expand_wildcards()[all …]