Lines Matching refs:VAR_DICT
950 if (*p == '.' && lp->ll_tv->v_type != VAR_DICT) in get_lval()
957 && lp->ll_tv->v_type != VAR_DICT in get_lval()
1028 if (lp->ll_tv->v_type == VAR_DICT) in get_lval()
1084 if (lp->ll_tv->v_type == VAR_DICT) in get_lval()
1459 if (tv2->v_type != VAR_FUNC && tv2->v_type != VAR_DICT in tv_op()
1468 case VAR_DICT: in tv_op()
4007 if (vim9 && rettv->v_type == VAR_DICT in eval_index()
4125 case VAR_DICT: in check_can_index()
4183 if (var1 != NULL && rettv->v_type != VAR_DICT) in eval_index_inner()
4188 if (rettv->v_type == VAR_DICT) in eval_index_inner()
4278 case VAR_DICT: in eval_index_inner()
4754 if (tv->v_type == VAR_DICT) in set_ref_in_item()
4828 dtv.v_type = VAR_DICT; in set_ref_in_item()
5024 dtv.v_type = VAR_DICT; in echo_string_core()
5065 case VAR_DICT: in echo_string_core()
5784 && ((rettv->v_type == VAR_DICT && *p == '.' && eval_isdictc(p[1])) in handle_subscript()
5894 || (**arg == '.' && (rettv->v_type == VAR_DICT in handle_subscript()
5900 if (rettv->v_type == VAR_DICT) in handle_subscript()
5989 case VAR_DICT: in item_copy()
5990 to->v_type = VAR_DICT; in item_copy()