Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlfunc.h59 LUAI_FUNC StkId luaF_close (lua_State *L, StkId level, int status, int yy);
H A Dldo.c458 res = luaF_close(L, res, CLOSEKTOP, 1); in moveresults()
686 func = luaF_close(L, func, status, 1); /* can yield or raise an error */ in finishpcallk()
920 luaF_close(L, pcl->level, pcl->status, 0); in closepaux()
H A Dlfunc.c231 StkId luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close() function
H A Dlapi.c208 newtop = luaF_close(L, newtop, CLOSEKTOP, 0); in lua_settop()
221 level = luaF_close(L, level, CLOSEKTOP, 0); in lua_closeslot()
H A Dlvm.c1689 Protect(luaF_close(L, ra, LUA_OK, 1));
1828 luaF_close(L, base, CLOSEKTOP, 1);