Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darglist.c120 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()
H A Dos_vms.c481 if (!(flags & EW_NOTFOUND) && mch_getperm(vms_fmatch[i]) < 0) in mch_expand_wildcards()
H A Dfilepath.c3984 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()
H A Dos_unix.c6700 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()
H A Dvim.h837 #define EW_NOTFOUND 0x04 // include not found names macro
H A Dcmdexpand.c1940 flags |= EW_NOTFOUND; in ExpandFromContext()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt2315 include the pattern when the "EW_NOTFOUND" flag was set.