Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dldo.h48 #define checkstackGCp(L,n,p) \ macro
H A Dldo.c415 checkstackGCp(L, 1, func); /* space for metamethod */ in luaD_tryfuncTM()
520 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in precallC()
556 checkstackGCp(L, fsize - delta, func); in luaD_pretailcall()
603 checkstackGCp(L, fsize, func); in luaD_precall()
H A Dltm.c263 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()