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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c214 static void removevars (FuncState *fs, int tolevel) { argument
215 fs->ls->dyd->actvar.n -= (fs->nactvar - tolevel);
216 while (fs->nactvar > tolevel)

Completed in 152 milliseconds