Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro19 int ExpandPackAddDir(char_u *pat, int *num_file, char_u ***file);
/vim-8.2.3635/src/
H A Dscriptfile.c903 ExpandPackAddDir( in ExpandPackAddDir() function
H A Dcmdexpand.c2072 return ExpandPackAddDir(pat, num_file, file); in ExpandFromContext()