Searched refs:ARGLIST (Results 1 – 4 of 4) sorted by relevance
365 mch_memmove(&(ARGLIST[after + count]), &(ARGLIST[after]), in alist_add_list()372 ARGLIST[after + i].ae_fname = files[i]; in alist_add_list()451 vim_free(ARGLIST[match].ae_fname); in do_arglist()452 mch_memmove(ARGLIST + match, ARGLIST + match + 1, in do_arglist()591 items[i] = alist_name(&ARGLIST[i]); in ex_args()703 p = fix_fname(alist_name(&ARGLIST[argn])); in do_argfile()840 vim_free(ARGLIST[i - 1].ae_fname); in ex_argdelete()841 mch_memmove(ARGLIST + eap->line1 - 1, ARGLIST + eap->line2, in ex_argdelete()871 return alist_name(&ARGLIST[idx]); in get_arglist_name()1219 p = alist_name(&ARGLIST[idx]); in arg_all()[all …]
893 #define ARGLIST ((aentry_T *)ALIST(curwin)->al_ga.ga_data) macro
5258 buf = buflist_findnr(ARGLIST[0].ae_fnum); in ex_drop()
4274 Solution: Check the argument count before using ARGLIST[0].