Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c3434 if (flags & (EW_NOERROR | EW_NOTWILD)) in dos_expandpath()
3438 if (flags & (EW_NOERROR | EW_NOTWILD)) in dos_expandpath()
3683 if (flags & (EW_NOERROR | EW_NOTWILD)) in unix_expandpath()
3686 if (flags & (EW_NOERROR | EW_NOTWILD)) in unix_expandpath()
H A Darglist.c120 EW_FILE|EW_NOTFOUND|EW_ADDSLASH|EW_NOERROR) == OK in alist_expand()
H A Dvim.h844 #define EW_NOERROR 0x200 // no error for bad regexp macro
H A Dcmdexpand.c1948 flags |= EW_NOERROR; in ExpandFromContext()