Home
last modified time | relevance | path

Searched refs:alist_set (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Darglist.pro7 void alist_set(alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len…
/vim-8.2.3635/src/
H A Darglist.c123 alist_set(&global_alist, new_arg_file_count, new_arg_files, in alist_expand()
137 alist_set( in alist_set() function
484 alist_set(ALIST(curwin), exp_count, exp_files, will_edit, NULL, 0); in do_arglist()
H A Dex_docmd.c6334 alist_set(ALIST(curwin), drop_filec, drop_filev, FALSE, NULL, 0); in handle_drop_internal()