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