Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.h75 LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
H A Dlstate.c275 luaD_closeprotected(L, 1, LUA_OK); /* close all upvalues */ in close_state()
331 status = luaD_closeprotected(L, 1, status); in luaE_resetthread()
H A Dldo.c924 int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status) { in luaD_closeprotected() function
957 status = luaD_closeprotected(L, old_top, status); in luaD_pcall()