Searched refs:LUA_MINSTACK (Results 1 – 11 of 11) sorted by relevance
292 if (res < LUA_MINSTACK) in stackinuse()293 res = LUA_MINSTACK; /* ensure a minimum size */ in stackinuse()354 luaD_checkstack(L, LUA_MINSTACK); /* ensure minimum stack size */ in luaD_hook()355 if (ci->top.p < L->top.p + LUA_MINSTACK) in luaD_hook()356 ci->top.p = L->top.p + LUA_MINSTACK; in luaD_hook()527 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in precallC()529 L->top.p + LUA_MINSTACK); in precallC()
198 ci->top.p = L1->top.p + LUA_MINSTACK; in stack_init()339 ci->top.p = L->top.p + LUA_MINSTACK; in luaE_resetthread()
145 #define BASIC_STACK_SIZE (2*LUA_MINSTACK)
588 luaL_checkstack(L, LUA_MINSTACK, "too many results to print"); in l_print()
80 #define LUA_MINSTACK 20 macro
580 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
311 luaD_checkstack(L, LUA_MINSTACK); /* ensure minimum stack size */ in luaD_hook()312 ci->top = L->top + LUA_MINSTACK; in luaD_hook()392 luaD_checkstack(L, LUA_MINSTACK); /* ensure minimum stack size */ in luaD_precall()396 ci->top = L->top + LUA_MINSTACK; in luaD_precall()
51 #define BASIC_STACK_SIZE (2*LUA_MINSTACK)
145 ci->top = L1->top + LUA_MINSTACK; in stack_init()
295 const int extra = LUA_MINSTACK; in luaL_checkstack()
92 #define LUA_MINSTACK 20 macro