Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h49 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
H A Dltablib.c250 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in sort()
H A Dlauxlib.c294 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
707 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlstrlib.c168 luaL_checkstack(L, n, "string slice too long"); in str_byte()
588 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()