Searched refs:pt_func (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 1233 pt->pt_func = ufunc; in lambda_function_body() 1498 pt->pt_func = fp; in get_lambda_tv() 3247 fp = partial->pt_func; in call_func() 4808 && fp->uf_partial->pt_func == fp))) in func_ptr_unref() 5312 if (rettv->v_type == VAR_PARTIAL && rettv->vval.v_partial->pt_func != NULL) in make_partial() 5313 fp = rettv->vval.v_partial->pt_func; in make_partial() 5355 pt->pt_func = ret_pt->pt_func; in make_partial() 5356 func_ptr_ref(pt->pt_func); in make_partial()
|
| H A D | eval.c | 270 if (partial->pt_func != NULL in eval_expr_typval() 271 && partial->pt_func->uf_def_status != UF_NOT_COMPILED) in eval_expr_typval() 273 if (call_def_function(partial->pt_func, argc, argv, in eval_expr_typval() 3544 ufunc_T *ufunc = rettv->vval.v_partial->pt_func; in eval7() 4316 if (pt->pt_func != NULL) in partial_name() 4317 return pt->pt_func->uf_name; in partial_name() 4337 func_ptr_unref(pt->pt_func); in partial_free() 4822 abort = set_ref_in_func(pt->pt_name, pt->pt_func, copyID); in set_ref_in_item()
|
| H A D | vim9type.c | 334 if (tv->vval.v_partial->pt_func != NULL) in typval2type_int() 335 ufunc = tv->vval.v_partial->pt_func; in typval2type_int()
|
| H A D | evalfunc.c | 4100 if (arg_pt != NULL && arg_pt->pt_func != NULL) in common_function() 4102 pt->pt_func = arg_pt->pt_func; in common_function() 4103 func_ptr_ref(pt->pt_func); in common_function() 4108 pt->pt_func = find_func(trans_name, is_global, NULL); in common_function() 4109 func_ptr_ref(pt->pt_func); in common_function()
|
| H A D | vim9execute.c | 1031 if (pt->pt_func != NULL) in call_partial() 1032 return call_ufunc(pt->pt_func, pt, argcount, ectx, NULL, selfdict); in call_partial() 1431 pt->pt_func = ufunc; in fill_partial_and_closure()
|
| H A D | structs.h | 2036 ufunc_T *pt_func; // function pointer; when NULL lookup function member
|
| H A D | vim9compile.c | 3718 ufunc = rettv.vval.v_partial->pt_func; in compile_lambda() 3787 ufunc = rettv->vval.v_partial->pt_func; in get_lambda_tv_and_compile()
|