Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c214 static void removevars (FuncState *fs, int tolevel) { in removevars() argument
215 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel); in removevars()
216 while (fs->nactvar > tolevel) in removevars()