Home
last modified time | relevance | path

Searched refs:pt_outer (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c419 ref->or_outer = &pt->pt_outer; in call_dfunc()
425 ref->or_outer = &ufunc->uf_partial->pt_outer; in call_dfunc()
597 pt->pt_outer.out_stack = &funcstack->fs_ga; in handle_closure_in_use()
598 pt->pt_outer.out_frame_idx = ectx->ec_frame_idx - top; in handle_closure_in_use()
1441 pt->pt_outer.out_stack = &ectx->ec_stack; in fill_partial_and_closure()
1442 pt->pt_outer.out_frame_idx = ectx->ec_frame_idx; in fill_partial_and_closure()
1446 pt->pt_outer.out_up = ectx->ec_outer_ref->or_outer; in fill_partial_and_closure()
1449 pt->pt_outer.out_up_partial = ectx->ec_outer_ref->or_partial; in fill_partial_and_closure()
1450 ++pt->pt_outer.out_up_partial->pt_refcount; in fill_partial_and_closure()
4841 if (partial->pt_outer.out_stack == NULL && current_ectx != NULL) in call_def_function()
[all …]
H A Dstructs.h2040 outer_T pt_outer; member
H A Deval.c4340 partial_unref(pt->pt_outer.out_up_partial); in partial_free()