Searched defs:ectx_S (Results 1 – 1 of 1) sorted by relevance
78 struct ectx_S { struct79 garray_T ec_stack; // stack of typval_T values81 int ec_initial_frame_idx; // frame index when called84 funclocal_T ec_funclocal;86 garray_T ec_trystack; // stack of trycmd_T values88 isn_T *ec_instr; // array with instructions89 int ec_dfunc_idx; // current function index92 garray_T ec_funcrefs; // partials that might be a closure94 int ec_did_emsg_before;95 int ec_trylevel_at_start;[all …]