Home
last modified time | relevance | path

Searched refs:checkname (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro38 int fullpathcmp(char_u *s1, char_u *s2, int checkname, int expandenv);
/vim-8.2.3635/src/
H A Dfilepath.c2730 int checkname, // when both don't exist, check file names in fullpathcmp() argument
2749 if (checkname) in fullpathcmp()
2788 if (checkname && fnamecmp(exp1, s2) == 0) in fullpathcmp()