Searched refs:what_list (Results 1 – 1 of 1) sorted by relevance
2631 get_complete_info(list_T *what_list, dict_T *retdict) in get_complete_info() argument2643 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() local2745 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()