Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c3758 if ((flags & EW_ALLLINKS) ? mch_lstat((char *)buf, &sb) >= 0 in unix_expandpath()
4040 if (!(flags & EW_NOTFOUND) && ((flags & EW_ALLLINKS) in addfile()
H A Dvim.h849 #define EW_ALLLINKS 0x1000 // also links not pointing to existing file macro
H A Dcmdexpand.c1950 flags |= EW_ALLLINKS; in ExpandFromContext()