Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2493 unwind_locals(cctx_T *cctx, int new_top) in unwind_locals() function
2515 unwind_locals(cctx, 0); in free_locals()
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()