Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c240 luaL_checkstack(L, n + 3, "too many arguments to script"); in pushargs()
580 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in l_print()
H A Dlutf8lib.c140 luaL_checkstack(L, n, "string slice too long"); in codepoint()
H A Dliolib.c576 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
636 luaL_checkstack(L, n, "too many arguments"); in io_readline()
H A Dlauxlib.h66 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
H A Dlauxlib.c380 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
934 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlbaselib.c372 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
H A Dlstrlib.c188 luaL_checkstack(L, n, "string slice too long"); in str_byte()
738 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
1786 luaL_checkstack(L, 2, "too many results");
H A Dltests.c124 luaL_checkstack(L, 1, "warn stack space"); in warnf()
146 luaL_checkstack(L, 1, "warn stack space"); in warnf()
1435 luaL_checkstack(L1, sz, msg); in runC()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltablib.c249 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in tsort()
H A Dlauxlib.c293 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
706 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlstrlib.c155 luaL_checkstack(L, n, "string slice too long"); in str_byte()
569 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h48 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable