Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c162 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro
168 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE); in luaD_reallocstack()
189 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack()