Searched refs:has_wildcard (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/patch_cmds-17/diffstat/porting/
H A Dsystem.h83 extern int has_wildcard(char *);
H A Dwildcard.c42 has_wildcard(char *path) function
/macosx-10.10.1/vim-55/src/
H A Dos_unix.c5258 int has_wildcard; local
5276 has_wildcard = mch_has_exp_wildcard(buf); /* (still) wildcards? */
5277 if (has_wildcard) /* yes, so expand them */
5284 if ((!has_wildcard && ((flags & EW_NOTFOUND) || mch_getperm(buf) >= 0))

Completed in 121 milliseconds