Searched refs:luaL_checkstack (Results 1 – 14 of 14) sorted by relevance
/external/skia/third_party/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 | lauxlib.h | 50 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
|
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 | lbaselib.c | 294 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
|
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 | 433 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
|
/external/syslinux/com32/lua/src/ |
D | lua.c | 205 luaL_checkstack(L, narg + 3, "too many arguments to script"); in getargs() 318 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 | lauxlib.h | 50 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
|
D | lauxlib.c | 333 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function 852 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
|
D | lbaselib.c | 294 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
|
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 | 444 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
|