Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c171 struct cctx_S { struct
172 ufunc_T *ctx_ufunc; // current function
173 int ctx_lnum; // line number in current function
175 garray_T ctx_instr; // generated instructions
180 compiletype_T ctx_compile_type;
187 garray_T ctx_imports; // imported items
189 skip_T ctx_skip;
190 scope_T *ctx_scope; // current scope, NULL at toplevel
193 cctx_T *ctx_outer; // outer scope for lambda or nested
195 int ctx_outer_used; // var in ctx_outer was used
[all …]