Searched defs:cctx_S (Results 1 – 1 of 1) sorted by relevance
171 struct cctx_S { struct172 ufunc_T *ctx_ufunc; // current function173 int ctx_lnum; // line number in current function175 garray_T ctx_instr; // generated instructions180 compiletype_T ctx_compile_type;187 garray_T ctx_imports; // imported items189 skip_T ctx_skip;190 scope_T *ctx_scope; // current scope, NULL at toplevel193 cctx_T *ctx_outer; // outer scope for lambda or nested195 int ctx_outer_used; // var in ctx_outer was used[all …]