Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c95 int se_local_count; // ctx_locals.ga_len before scope member
7646 scope->se_local_count = cctx->ctx_locals.ga_len; in new_scope()
7808 unwind_locals(cctx, scope->se_local_count); in compile_elseif()
7956 unwind_locals(cctx, scope->se_local_count); in compile_else()
8028 unwind_locals(cctx, scope->se_local_count); in compile_endif()
8343 unwind_locals(cctx, scope->se_local_count); in compile_endfor()
8435 unwind_locals(cctx, scope->se_local_count); in compile_endwhile()
8551 unwind_locals(cctx, scope->se_local_count); in compile_endblock()