Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlua.c395 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in l_print()
433 luaL_checkstack(L, n + 3, "too many arguments to script"); in pushargs()
H A Dlutf8lib.c117 luaL_checkstack(L, n, "string slice too long"); in codepoint()
H A Dliolib.c519 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
576 luaL_checkstack(L, n, "too many arguments"); in io_readline()
H A Dlauxlib.h59 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
H A Dltablib.c328 luaL_checkstack(L, 50, ""); /* assume array is smaller than 2^50 */ in sort()
H A Dlauxlib.c360 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
878 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlbaselib.c341 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
H A Dlstrlib.c160 luaL_checkstack(L, n, "string slice too long"); in str_byte()
572 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
1447 luaL_checkstack(L, 2, "too many results"); in str_unpack()