Searched refs:luaC_condGC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 123 #define luaC_condGC(L,c) \ macro 125 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
|
| H A D | lvm.c | 575 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
|
| /freebsd/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 | 1139 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \
|