Lines Matching refs:VAR_FUNC
253 if (expr->v_type == VAR_FUNC) in eval_expr_typval()
1129 && rettv->v_type == VAR_FUNC in get_lval()
1459 if (tv2->v_type != VAR_FUNC && tv2->v_type != VAR_DICT in tv_op()
1469 case VAR_FUNC: in tv_op()
2027 rettv->v_type = VAR_FUNC; in eval_func()
4094 case VAR_FUNC: in check_can_index()
4205 case VAR_FUNC: in eval_index_inner()
4808 else if (tv->v_type == VAR_FUNC) in set_ref_in_item()
4977 case VAR_FUNC: in echo_string_core()
5846 rettv->v_type = VAR_FUNC; in handle_subscript()
5851 if ((**arg == '(' && (!evaluate || rettv->v_type == VAR_FUNC in handle_subscript()
5922 && (rettv->v_type == VAR_FUNC in handle_subscript()
5961 case VAR_FUNC: in item_copy()