Searched refs:tolevel (Results 1 – 1 of 1) sorted by relevance
214 static void removevars (FuncState *fs, int tolevel) { in removevars() argument215 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()216 while (fs->nactvar > tolevel) in removevars()