Home
last modified time | relevance | path

Searched refs:CLOSEPROTECT (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlfunc.h53 #define CLOSEPROTECT (-2) macro
Dlstate.c310 luaF_close(L, L->stack, CLOSEPROTECT); /* close all upvalues */ in close_state()
371 status = luaF_close(L, L->stack, CLOSEPROTECT); in lua_resetthread()
372 if (status != CLOSEPROTECT) /* real errors? */ in lua_resetthread()
Dlfunc.c165 if (newstatus != LUA_OK && status == CLOSEPROTECT) /* first error? */ in callclosemth()
Dldo.c101 case CLOSEPROTECT: { in luaD_seterrorobj()