Searched refs:luaC_condGC (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlgc.h110 #define luaC_condGC(L,pre,pos) \ macro
115 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
H A Dlvm.c750 { luaC_condGC(L, L->top = (c), /* limit of live values */ \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h122 #define luaC_condGC(L,c) \ macro
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
H A Dlvm.c574 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \

Completed in 139 milliseconds