Lines Matching refs:v_dict
208 return tv->vval.v_dict; in dict_stack_get_dict()
1192 if (tv->vval.v_dict == NULL) in allocate_if_null()
2203 tv->vval.v_dict = d; in exec_instructions()
2509 dict_T *dict = tv_dest->vval.v_dict; in exec_instructions()
2759 dict_T *d = tv_dest->vval.v_dict; in exec_instructions()
3059 tv->vval.v_dict = dict; in exec_instructions()
4105 dict = tv->vval.v_dict; in exec_instructions()
4147 if (tv->v_type != VAR_DICT || tv->vval.v_dict == NULL) in exec_instructions()
4153 dict = tv->vval.v_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()
4282 if (tv->v_type == VAR_DICT && tv->vval.v_dict != NULL) in exec_instructions()
4284 free_type(tv->vval.v_dict->dv_type); in exec_instructions()
4285 tv->vval.v_dict->dv_type = alloc_type(ct->ct_type); in exec_instructions()
5951 return tv->vval.v_dict != NULL in tv2bool()
5952 && tv->vval.v_dict->dv_hashtab.ht_used > 0; in tv2bool()