Home
last modified time | relevance | path

Searched refs:checkstackGCp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dldo.h40 #define checkstackGCp(L,n,p) \ macro
H A Dldo.c491 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 Dltm.c262 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()
H A Dlvm.c1651 checkstackGCp(L, 1, ra); in luaV_execute()