Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dldo.h48 #define checkstackGCp(L,n,p) \ macro
H A Dldo.c422 checkstackGCp(L, 1, func); /* space for metamethod */ in tryfuncTM()
527 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in precallC()
563 checkstackGCp(L, fsize - delta, func); in luaD_pretailcall()
610 checkstackGCp(L, fsize, func); in luaD_precall()
H A Dltm.c263 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()