Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c7644 cctx->ctx_scope = scope; in new_scope()
7656 scope_T *scope = cctx->ctx_scope; in drop_scope()
7799 scope_T *scope = cctx->ctx_scope; in compile_elseif()
7949 scope_T *scope = cctx->ctx_scope; in compile_else()
8014 scope_T *scope = cctx->ctx_scope; in compile_endif()
8327 scope_T *scope = cctx->ctx_scope; in compile_endfor()
8643 scope = cctx->ctx_scope; in compile_catch()
8762 scope = cctx->ctx_scope; in compile_finally()
8834 scope = cctx->ctx_scope; in compile_endtry()
10185 if (cctx.ctx_scope != NULL) in compile_def_function()
[all …]