Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro27 int ExpandBufnames(char_u *pat, int *num_file, char_u ***file, int options);
/vim-8.2.3635/src/
H A Dcmdexpand.c2038 return ExpandBufnames(pat, num_file, file, options); in ExpandFromContext()
2041 return ExpandBufnames(pat, num_file, file, options | BUF_DIFF_FILTER); in ExpandFromContext()
H A Dbuffer.c2693 ExpandBufnames( in ExpandBufnames() function