Home
last modified time | relevance | path

Searched refs:tolevel (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlparser.c212 static void removevars (FuncState *fs, int tolevel) { in removevars() argument
213 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()
214 while (fs->nactvar > tolevel) in removevars()
/src/contrib/lua/src/
H A Dlparser.c328 static void removevars (FuncState *fs, int tolevel) { in removevars() argument
329 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()
330 while (fs->nactvar > tolevel) { in removevars()