Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.c247 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack() function
317 int reglevel = luaY_nvarstack(fs); in adjustlocalvars()
622 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()
655 lua_assert(fs->freereg == luaY_nvarstack(fs)); in enterblock()
764 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()
1441 if (luaY_nvarstack(fs) > lblevel) /* leaving the scope of a variable? */ in gotostat()
1832 int first = luaY_nvarstack(fs); /* first slot to be returned */ in retstat()
1841 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()
1926 ls->fs->freereg >= luaY_nvarstack(ls->fs)); in statement()
1927 ls->fs->freereg = luaY_nvarstack(ls->fs); /* free registers */ in statement()
H A Dlparser.h170 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
H A Dlcode.c498 if (reg >= luaY_nvarstack(fs)) { in freereg()
974 if (e->u.info >= luaY_nvarstack(fs)) { /* reg. is not a local? */ in luaK_exp2anyreg()