Searched refs:ExpandBufnames (Results 1 – 3 of 3) sorted by relevance
27 int ExpandBufnames(char_u *pat, int *num_file, char_u ***file, int options);
2038 return ExpandBufnames(pat, num_file, file, options); in ExpandFromContext()2041 return ExpandBufnames(pat, num_file, file, options | BUF_DIFF_FILTER); in ExpandFromContext()
2693 ExpandBufnames( in ExpandBufnames() function