Searched refs:luaD_closeprotected (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ldo.h | 77 LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
|
H A D | lstate.c | 279 luaD_closeprotected(L, 1, LUA_OK); /* close all upvalues */ in close_state() 335 status = luaD_closeprotected(L, 1, status); in luaE_resetthread()
|
H A D | ldo.c | 928 int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status) { in luaD_closeprotected() function 961 status = luaD_closeprotected(L, old_top, status); in luaD_pcall()
|