Searched refs:luaL_checkstack (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lua.c | 232 luaL_checkstack(L, n + 3, "too many arguments to script"); in pushargs() 563 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in l_print()
|
A D | lutf8lib.c | 136 luaL_checkstack(L, n, "string slice too long"); in codepoint()
|
A D | liolib.c | 576 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read() 636 luaL_checkstack(L, n, "too many arguments"); in io_readline()
|
A D | lauxlib.h | 66 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
|
A D | lbaselib.c | 351 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
|
A D | lauxlib.c | 380 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function 927 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
|
A D | lstrlib.c | 188 luaL_checkstack(L, n, "string slice too long"); in str_byte() 738 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures() 1713 luaL_checkstack(L, 2, "too many results"); in str_unpack()
|
Completed in 15 milliseconds