Searched refs:ExpandFromContext (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 22 static int ExpandFromContext(expand_T *xp, char_u *, int *, char_u ***, int); 361 if (ExpandFromContext(xp, str, &xp->xp_numfiles, &xp->xp_files, in ExpandOne() 1878 if (ExpandFromContext(xp, file_str, matchcount, matches, options) == FAIL) in expand_cmdline() 1926 ExpandFromContext( in ExpandFromContext() function 2608 if (ExpandFromContext(&xpc, buf, &num_p, &p, in globpath()
|