Searched refs:ERRORSTACKSIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dldo.c203 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro
221 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE);
252 lua_assert(stacksize(L) == ERRORSTACKSIZE);
269 luaD_reallocstack(L, ERRORSTACKSIZE, raiseerror);
301 ** stacksize (equal to ERRORSTACKSIZE in this case), and so the stack

Completed in 333 milliseconds