Home
last modified time | relevance | path

Searched refs:ctx_outer (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c193 cctx_T *ctx_outer; // outer scope for lambda or nested member
240 if (cctx->ctx_outer != NULL) in lookup_local()
242 if (lookup_local(name, len, lvar, cctx->ctx_outer) == OK) in lookup_local()
313 if (cctx->ctx_outer != NULL) in arg_exists()
316 if (arg_exists(name, len, idxp, type, gen_load_outer, cctx->ctx_outer) in arg_exists()
9606 cctx.ctx_outer = outer_cctx; in compile_def_function()