Home
last modified time | relevance | path

Searched refs:fnum_len (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Darglist.pro6 void alist_expand(int *fnum_list, int fnum_len);
7 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.c99 alist_expand(int *fnum_list, int fnum_len) in alist_expand() argument
124 TRUE, fnum_list, fnum_len); in alist_expand()
143 int fnum_len) in alist_set() argument
166 if (fnum_list != NULL && i < fnum_len) in alist_set()