Searched refs:checkstackGCp (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ldo.h | 50 #define checkstackGCp(L,n,p) \ macro
|
H A D | ldo.c | 419 checkstackGCp(L, 1, func); /* space for metamethod */ in luaD_tryfuncTM() 524 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in precallC() 560 checkstackGCp(L, fsize - delta, func); in luaD_pretailcall() 607 checkstackGCp(L, fsize, func); in luaD_precall()
|
H A D | ltm.c | 274 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()
|