Searched refs:new_top (Results 1 – 1 of 1) sorted by relevance
2493 unwind_locals(cctx_T *cctx, int new_top) in unwind_locals() argument2495 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()