Home
last modified time | relevance | path

Searched refs:new_top (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() argument
2495 if (cctx->ctx_locals.ga_len > new_top) in unwind_locals()
2500 for (idx = new_top; idx < cctx->ctx_locals.ga_len; ++idx) in unwind_locals()
2506 cctx->ctx_locals.ga_len = new_top; in unwind_locals()