Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darglist.c401 int exp_count; in do_arglist() local
470 &exp_count, &exp_files, EW_DIR|EW_FILE|EW_ADDSLASH|EW_NOTFOUND); in do_arglist()
472 if (i == FAIL || exp_count == 0) in do_arglist()
480 alist_add_list(exp_count, exp_files, after, will_edit); in do_arglist()
484 alist_set(ALIST(curwin), exp_count, exp_files, will_edit, NULL, 0); in do_arglist()