Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro54 int match_suffix(char_u *fname);
/vim-8.2.3635/src/
H A Dfilepath.c3183 if (!match_suffix((*files)[i])) in expand_wildcards()
3204 match_suffix(char_u *fname) in match_suffix() function
H A Dcmdexpand.c399 if (match_suffix(xp->xp_files[i])) in ExpandOne()