Searched refs:dict_tv (Results 1 – 1 of 1) sorted by relevance
4177 typval_T *dict_tv = dict_stack_get_tv(); in exec_instructions() local4183 if (dict_tv != NULL in exec_instructions()4184 && dict_tv->v_type == VAR_DICT in exec_instructions()4185 && dict_tv->vval.v_dict != NULL in exec_instructions()4190 dict_tv->vval.v_dict = in exec_instructions()4191 make_partial(dict_tv->vval.v_dict, tv); in exec_instructions()