Searched refs:checkstackGCp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 40 #define checkstackGCp(L,n,p) \ macro
|
| H A D | ldo.c | 491 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in luaD_precall() 515 checkstackGCp(L, fsize, func); in luaD_precall() 528 checkstackGCp(L, 1, func); /* space for metamethod */ in luaD_precall()
|
| H A D | ltm.c | 262 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()
|
| H A D | lvm.c | 1651 checkstackGCp(L, 1, ra); in luaV_execute()
|