Searched refs:tolevel (Results 1 – 2 of 2) 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()
328 static void removevars (FuncState *fs, int tolevel) { in removevars() argument329 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()330 while (fs->nactvar > tolevel) { in removevars()