Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/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 */ \
/freebsd-14.2/contrib/lua/src/
H A Dlgc.h167 #define luaC_condGC(L,pre,pos) \ macro
172 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
H A Dlvm.c1131 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \