Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h77 LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
H A Dlstate.c279 luaD_closeprotected(L, 1, LUA_OK); /* close all upvalues */ in close_state()
335 status = luaD_closeprotected(L, 1, status); in luaE_resetthread()
H A Dldo.c928 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()