Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c176 static void removevars (LexState *ls, int tolevel) { in removevars() argument
178 while (fs->nactvar > tolevel) in removevars()