Searched refs:get_arglist_exp (Results 1 – 4 of 4) sorted by relevance
10 int get_arglist_exp(char_u *str, int *fcountp, char_u ***fnamesp, int wig);
305 get_arglist_exp( in get_arglist_exp() function
5446 if (get_arglist_exp(arg, &fcount, &fnames, FALSE) == OK) in ex_mkspell()
6125 if (get_arglist_exp(p, &args->fcount, &args->fnames, TRUE) == FAIL) in vgr_process_args()