Home
last modified time | relevance | path

Searched defs:ectx_S (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c78 struct ectx_S { struct
79 garray_T ec_stack; // stack of typval_T values
81 int ec_initial_frame_idx; // frame index when called
84 funclocal_T ec_funclocal;
86 garray_T ec_trystack; // stack of trycmd_T values
88 isn_T *ec_instr; // array with instructions
89 int ec_dfunc_idx; // current function index
92 garray_T ec_funcrefs; // partials that might be a closure
94 int ec_did_emsg_before;
95 int ec_trylevel_at_start;
[all …]