Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c195 static int have_dollars(int, char_u **);
6779 else if (shell_style == STYLE_GLOB && !have_dollars(num_pat, pat)) in mch_expand_wildcards()
7131 have_dollars(int num, char_u **file) in have_dollars() function