Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Deval.c4344 if (pt->pt_funcstack != NULL) in partial_free()
4346 --pt->pt_funcstack->fs_refcount; in partial_free()
4347 funcstack_check_refcount(pt->pt_funcstack); in partial_free()
4367 else if (pt->pt_refcount == 1 && pt->pt_funcstack != NULL) in partial_unref()
4368 funcstack_check_refcount(pt->pt_funcstack); in partial_unref()
4836 if (pt->pt_funcstack != NULL) in set_ref_in_item()
4838 typval_T *stack = pt->pt_funcstack->fs_ga.ga_data; in set_ref_in_item()
4840 for (i = 0; i < pt->pt_funcstack->fs_ga.ga_len; ++i) in set_ref_in_item()
H A Dstructs.h2042 funcstack_T *pt_funcstack; // copy of stack, used after context member
H A Dvim9execute.c596 pt->pt_funcstack = funcstack; in handle_closure_in_use()
633 && tv->vval.v_partial->pt_funcstack == funcstack in funcstack_check_refcount()