Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c93 scope_T *se_outer; // scope containing this one member
7643 scope->se_outer = cctx->ctx_scope; in new_scope()
7663 cctx->ctx_scope = scope->se_outer; in drop_scope()
8340 cctx->ctx_scope = scope->se_outer; in compile_endfor()
8432 cctx->ctx_scope = scope->se_outer; in compile_endwhile()
8485 scope = scope->se_outer; in compile_continue()
8517 scope = scope->se_outer; in compile_break()
8550 cctx->ctx_scope = scope->se_outer; in compile_endblock()