Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c789 static ectx_T *current_ectx = NULL; variable
800 ectx_T *prev_ectx = current_ectx; in call_bfunc()
809 current_ectx = ectx; in call_bfunc()
811 current_ectx = prev_ectx; in call_bfunc()
4841 if (partial->pt_outer.out_stack == NULL && current_ectx != NULL) in call_def_function()
4843 if (current_ectx->ec_outer_ref != NULL in call_def_function()
4844 && current_ectx->ec_outer_ref->or_outer != NULL) in call_def_function()
4846 current_ectx->ec_outer_ref->or_outer; in call_def_function()