Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c242 luaL_checkstack(L, n + 3, "too many arguments to script"); in pushargs()
582 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in l_print()
H A Dlutf8lib.c144 luaL_checkstack(L, n, "string slice too long"); in codepoint()
H A Dliolib.c578 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
638 luaL_checkstack(L, n, "too many arguments"); in io_readline()
H A Dlauxlib.h75 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
H A Dlauxlib.c390 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
952 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlbaselib.c378 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
H A Dlstrlib.c192 luaL_checkstack(L, n, "string slice too long"); in str_byte()
746 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
1798 luaL_checkstack(L, 2, "too many results"); in str_unpack()