Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlparser.h166 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
H A Dlparser.c243 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack() function
313 int reglevel = luaY_nvarstack(fs); in adjustlocalvars()
618 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()
651 lua_assert(fs->freereg == luaY_nvarstack(fs)); in enterblock()
760 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()
1427 if (luaY_nvarstack(fs) > lblevel) /* leaving the scope of a variable? */ in gotostat()
1818 int first = luaY_nvarstack(fs); /* first slot to be returned */ in retstat()
1827 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()
1912 ls->fs->freereg >= luaY_nvarstack(ls->fs)); in statement()
1913 ls->fs->freereg = luaY_nvarstack(ls->fs); /* free registers */ in statement()
H A Dlcode.c492 if (reg >= luaY_nvarstack(fs)) { in freereg()
966 if (e->u.info >= luaY_nvarstack(fs)) { /* reg. is not a local? */ in luaK_exp2anyreg()