Searched refs:luaC_condGC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 122 #define luaC_condGC(L,c) \ macro 124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
|
| H A D | lvm.c | 574 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lgc.h | 167 #define luaC_condGC(L,pre,pos) \ macro 172 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
|
| H A D | lvm.c | 1131 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \
|