Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6564 #define STYLE_PRINT 3 // use "print -N", for zsh in mch_expand_wildcards() macro
6631 shell_style = STYLE_PRINT; in mch_expand_wildcards()
6707 else if (shell_style == STYLE_PRINT) in mch_expand_wildcards()
6771 if (shell_style == STYLE_PRINT) in mch_expand_wildcards()
6920 if (shell_style == STYLE_PRINT && !did_find_nul) in mch_expand_wildcards()