Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c39 static char_u *fname_match(regmatch_T *rmp, char_u *name, int ignore_case);
2850 match = fname_match(rmp, buf->b_sfname, ignore_case); in buflist_match()
2852 match = fname_match(rmp, buf->b_ffname, ignore_case); in buflist_match()
2862 fname_match( in fname_match() function