Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c3637 || (!p_fic && (flags & EW_ICASE) in unix_expandpath()
3679 if (flags & EW_ICASE) in unix_expandpath()
H A Dvim.h843 #define EW_ICASE 0x100 // ignore case macro
H A Dfindfile.c2627 if (flags & EW_ICASE) in expand_in_path()
H A Dcmdexpand.c1987 flags |= EW_ICASE; in ExpandFromContext()