Lines Matching refs:ectx_T
127 exe_newlist(int count, ectx_T *ectx) in exe_newlist()
257 ectx_T *ectx) in call_dfunc()
479 handle_closure_in_use(ectx_T *ectx, int free_arguments) in handle_closure_in_use()
654 func_return(ectx_T *ectx) in func_return()
761 call_prepare(int argcount, typval_T *argvars, ectx_T *ectx) in call_prepare()
789 static ectx_T *current_ectx = NULL;
795 call_bfunc(int func_idx, int argcount, ectx_T *ectx) in call_bfunc()
800 ectx_T *prev_ectx = current_ectx; in call_bfunc()
836 ectx_T *ectx, in call_ufunc()
937 ectx_T *ectx, in call_by_name()
1001 ectx_T *ectx) in call_partial()
1397 ectx_T *ectx, in call_eval_func()
1429 fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx) in fill_partial_and_closure()
1499 ectx_T *instr_ectx;
1505 ectx_T *subs_ectx;
1521 static ectx_T *debug_context = NULL;
1534 ectx_T *ectx = debug_context; in lookup_debug_var()
1572 handle_debug(isn_T *iptr, ectx_T *ectx) in handle_debug()
1644 exec_instructions(ectx_T *ectx) in exec_instructions()
4595 ectx_T *ectx = tv->vval.v_instr->instr_ectx; in exe_typval_instr()
4621 ectx_T *ectx = substitute_instr->subs_ectx; in exe_substitute_instr()
4659 ectx_T ectx; // execution context in call_def_function()