Searched refs:VAR_PARTIAL (Results 1 – 23 of 23) sorted by relevance
65 case VAR_PARTIAL: in free_tv()117 case VAR_PARTIAL: in clear_tv()198 case VAR_PARTIAL: in tv_get_bool_or_number_chk()310 case VAR_PARTIAL: in tv_get_float()926 case VAR_PARTIAL: in tv_get_string_buf_chk_strict()1000 || varp->v_type == VAR_PARTIAL in tv_stringify()1098 case VAR_PARTIAL: in copy_tv()1252 || typ1->v_type == VAR_PARTIAL || typ2->v_type == VAR_PARTIAL) in typval_compare()1261 if ((typ1->v_type == VAR_PARTIAL in typval_compare()1263 || (typ2->v_type == VAR_PARTIAL in typval_compare()[all …]
327 if (tv->v_type == VAR_FUNC || tv->v_type == VAR_PARTIAL) in typval2type_int()332 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL) in typval2type_int()365 if (tv->v_type == VAR_PARTIAL in typval2type_int()387 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL in typval2type_int()470 || (actual_tv->v_type == VAR_PARTIAL in check_typval_type()550 && actual->tt_type == VAR_PARTIAL))) in check_type()617 if (type->tt_type != VAR_FUNC && type->tt_type != VAR_PARTIAL) in check_argument_types()1010 case VAR_PARTIAL: in equal_type()1160 case VAR_PARTIAL: return "func"; in vartype_name()
1470 case VAR_PARTIAL: in tv_op()3786 if (functv.v_type == VAR_PARTIAL) in call_func_rettv()4095 case VAR_PARTIAL: in check_can_index()4206 case VAR_PARTIAL: in eval_index_inner()4864 dtv.v_type = VAR_PARTIAL; in set_ref_in_item()4890 dtv.v_type = VAR_PARTIAL; in set_ref_in_item()4896 dtv.v_type = VAR_PARTIAL; in set_ref_in_item()4904 dtv.v_type = VAR_PARTIAL; in set_ref_in_item()4910 dtv.v_type = VAR_PARTIAL; in set_ref_in_item()4990 case VAR_PARTIAL: in echo_string_core()[all …]
35 tv.v_type = VAR_PARTIAL; in set_ref_in_buffers()43 tv.v_type = VAR_PARTIAL; in set_ref_in_buffers()49 tv.v_type = VAR_PARTIAL; in set_ref_in_buffers()
1918 case VAR_PARTIAL: in item_lock()3154 else if (type == VAR_FUNC || type == VAR_PARTIAL) in list_one_var_a()3173 if (type == VAR_FUNC || type == VAR_PARTIAL) in list_one_var_a()3296 if ((tv->v_type == VAR_FUNC || tv->v_type == VAR_PARTIAL) in set_var_const()4342 if (arg->v_type == VAR_PARTIAL && arg->vval.v_partial != NULL) in get_callback()4382 tv->v_type = VAR_PARTIAL; in put_callback()
523 if (stv->v_type == VAR_PARTIAL && pt == stv->vval.v_partial) in handle_closure_in_use()575 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL) in handle_closure_in_use()632 if (tv->v_type == VAR_PARTIAL && tv->vval.v_partial != NULL in funcstack_check_refcount()1009 if (tv->v_type == VAR_PARTIAL) in call_partial()1414 if (v->di_tv.v_type != VAR_PARTIAL && v->di_tv.v_type != VAR_FUNC) in call_eval_func()3187 tv->v_type = VAR_PARTIAL; in exec_instructions()4187 || (tv->v_type == VAR_PARTIAL in exec_instructions()5943 case VAR_PARTIAL: in tv2bool()
1250 rettv->v_type = VAR_PARTIAL; in lambda_function_body()1501 rettv->v_type = VAR_PARTIAL; in get_lambda_tv()1622 if (tv->v_type == VAR_PARTIAL) in deref_func_name()3622 else if (lv.ll_tv->v_type == VAR_PARTIAL in trans_function_name()4087 && fudi.fd_di->di_tv.v_type != VAR_PARTIAL))) in define_function()5312 if (rettv->v_type == VAR_PARTIAL && rettv->vval.v_partial->pt_func != NULL) in make_partial()5373 rettv->v_type = VAR_PARTIAL; in make_partial()
1121 case VAR_PARTIAL: in f_test_refcount()1226 rettv->v_type = VAR_PARTIAL; in f_test_null_partial()
579 || type->tt_type == VAR_PARTIAL) in arg_get1()2801 else if (argvars[0].v_type == VAR_PARTIAL) in f_call()3205 case VAR_PARTIAL: in f_empty()3936 else if (argvars[0].v_type == VAR_PARTIAL in common_function()4118 rettv->v_type = VAR_PARTIAL; in common_function()4229 else if (argvars[0].v_type == VAR_PARTIAL || argvars[0].v_type == VAR_FUNC) in f_get()4234 if (argvars[0].v_type == VAR_PARTIAL) in f_get()6674 case VAR_PARTIAL: in f_len()9567 if (argvars[2].v_type == VAR_FUNC || argvars[2].v_type == VAR_PARTIAL) in f_substitute()9963 case VAR_PARTIAL: in f_type()
736 tv.v_type = VAR_PARTIAL; in set_ref_in_timer()
230 case VAR_PARTIAL: in json_encode_item()
359 && (tv->v_type == VAR_FUNC || tv->v_type == VAR_PARTIAL) in dict_wrong_func_name()
2025 else if (argvars[1].v_type == VAR_PARTIAL) in do_sort_uniq()3193 else if (argvars[1].v_type == VAR_PARTIAL) in f_reduce()
659 case VAR_PARTIAL: in may_generate_2STRING()1032 || expected->tt_type == VAR_PARTIAL) in use_typecheck()2117 else if (type->tt_type == VAR_FUNC || type->tt_type == VAR_PARTIAL) in generate_PCALL()6487 || lhs->lhs_type->tt_type == VAR_PARTIAL) in compile_lhs()7116 || rhs_type->tt_type == VAR_PARTIAL) in compile_assignment()7233 case VAR_PARTIAL: in compile_assignment()
4145 tv.v_type = VAR_PARTIAL; in set_ref_in_one_popup()4151 tv.v_type = VAR_PARTIAL; in set_ref_in_one_popup()
2049 else if (expr->v_type == VAR_PARTIAL) in vim_regsub_both()
1404 VAR_PARTIAL, // "v_partial" is used enumerator
583 case VAR_PARTIAL: in luaV_pushtypval()
6267 tv->v_type = VAR_PARTIAL; in _ConvertFromPyObject()6403 case VAR_PARTIAL: in ConvertToPyObject()
1377 case VAR_PARTIAL: in write_viminfo_varlist()
3102 else if (vim_value->v_type == VAR_PARTIAL) in vim_to_mzscheme_impl()
1205 Check for errors E704 and E705 only does VAR_FUNC, should also do VAR_PARTIAL.
10249 Solution: Add VAR_PARTIAL support in Python.44465 Problem: Vim9: VAR_PARTIAL is not used during compilation.44466 Solution: Remove VAR_PARTIAL.