Searched refs:luaL_checkstack (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lua.c | 198 luaL_checkstack(L, narg + 3, "too many arguments to script"); in getargs() 311 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in dotty()
|
D | ltablib.c | 249 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in sort()
|
D | lbaselib.c | 294 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
|
D | lauxlib.c | 333 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function 850 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
|
D | lstrlib.c | 145 luaL_checkstack(L, n, "string slice too long"); in str_byte() 558 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
|
D | liolib.c | 434 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lauxlib.h | 50 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
|