Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c2631 get_complete_info(list_T *what_list, dict_T *retdict) in get_complete_info() argument
2643 if (what_list == NULL) in get_complete_info()
2648 CHECK_LIST_MATERIALIZE(what_list); in get_complete_info()
2649 FOR_ALL_LIST_ITEMS(what_list, item) in get_complete_info()
2730 list_T *what_list = NULL; in f_complete_info() local
2745 what_list = argvars[0].vval.v_list; in f_complete_info()
2747 get_complete_info(what_list, rettv->vval.v_dict); in f_complete_info()