Searched refs:match_suffix (Results 1 – 3 of 3) sorted by relevance
54 int match_suffix(char_u *fname);
3183 if (!match_suffix((*files)[i])) in expand_wildcards()3204 match_suffix(char_u *fname) in match_suffix() function
399 if (match_suffix(xp->xp_files[i])) in ExpandOne()