Home
last modified time | relevance | path

Searched refs:luaC_condGC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.h169 #define luaC_condGC(L,pre,pos) \ macro
174 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
H A Dlvm.c1211 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \