Searched refs:EW_NOTFOUND (Results 1 – 7 of 7) sorted by relevance
120 EW_FILE|EW_NOTFOUND|EW_ADDSLASH|EW_NOERROR) == OK in alist_expand()318 fcountp, fnamesp, EW_FILE|EW_NOTFOUND|EW_NOTWILD); in get_arglist_exp()321 fcountp, fnamesp, EW_FILE|EW_NOTFOUND|EW_NOTWILD); in get_arglist_exp()470 &exp_count, &exp_files, EW_DIR|EW_FILE|EW_ADDSLASH|EW_NOTFOUND); in do_arglist()
481 if (!(flags & EW_NOTFOUND) && mch_getperm(vms_fmatch[i]) < 0) in mch_expand_wildcards()
3984 if (add_pat == -1 || (add_pat == 0 && (flags & EW_NOTFOUND))) in gen_expand_wildcards()3990 if (flags & EW_NOTFOUND) in gen_expand_wildcards()4040 if (!(flags & EW_NOTFOUND) && ((flags & EW_ALLLINKS) in addfile()
6700 if (flags & EW_NOTFOUND) in mch_expand_wildcards()7003 if (!(flags & EW_NOTFOUND) && mch_getperm((*file)[i]) < 0) in mch_expand_wildcards()7037 if (flags & EW_NOTFOUND) in mch_expand_wildcards()
837 #define EW_NOTFOUND 0x04 // include not found names macro
1940 flags |= EW_NOTFOUND; in ExpandFromContext()
2315 include the pattern when the "EW_NOTFOUND" flag was set.