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