Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Darglist.pro10 int get_arglist_exp(char_u *str, int *fcountp, char_u ***fnamesp, int wig);
/vim-8.2.3635/src/
H A Darglist.c305 get_arglist_exp( in get_arglist_exp() function
H A Dspellfile.c5446 if (get_arglist_exp(arg, &fcount, &fnames, FALSE) == OK) in ex_mkspell()
H A Dquickfix.c6125 if (get_arglist_exp(p, &args->fcount, &args->fnames, TRUE) == FAIL) in vgr_process_args()