Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c26 static int ExpandUserDefined(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
2101 ret = ExpandUserDefined(xp, &regmatch, num_file, file); in ExpandFromContext()
2483 ExpandUserDefined( in ExpandUserDefined() function