Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c213 static void removevars (FuncState *fs, int tolevel) { in removevars() argument
214 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()
215 while (fs->nactvar > tolevel) in removevars()