Home
last modified time | relevance | path

Searched refs:out_stack (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c438 ref->or_outer->out_stack = &ectx->ec_stack; in call_dfunc()
597 pt->pt_outer.out_stack = &funcstack->fs_ga; in handle_closure_in_use()
1441 pt->pt_outer.out_stack = &ectx->ec_stack; in fill_partial_and_closure()
2717 tv = ((typval_T *)outer->out_stack->ga_data) in exec_instructions()
4841 if (partial->pt_outer.out_stack == NULL && current_ectx != NULL) in call_def_function()
H A Dstructs.h2023 garray_T *out_stack; // stack from outer scope member