Searched refs:old_arg_files (Results 1 – 1 of 1) sorted by relevance
101 char_u **old_arg_files; in alist_expand() local112 old_arg_files = ALLOC_MULT(char_u *, GARGCOUNT); in alist_expand()113 if (old_arg_files != NULL) in alist_expand()116 old_arg_files[i] = vim_strsave(GARGLIST[i].ae_fname); in alist_expand()118 if (expand_wildcards(old_arg_count, old_arg_files, in alist_expand()125 FreeWild(old_arg_count, old_arg_files); in alist_expand()