Searched refs:gco2ccl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c)) macro
H A Dlgc.c273 gco2ccl(o)->gclist = g->gray;
540 CClosure *cl = gco2ccl(o);
671 luaM_freemem(L, o, sizeCclosure(gco2ccl(o)->nupvalues));
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h229 #define gco2ccl(o) check_exp((o)->tt == LUA_TCCL, &((cast_u(o))->cl.c)) macro
H A Dlfunc.c27 CClosure *c = gco2ccl(o);
H A Dlgc.c266 linkgclist(gco2ccl(o), g->gray);
578 CClosure *cl = gco2ccl(o);
705 luaM_freemem(L, o, sizeCclosure(gco2ccl(o)->nupvalues));
H A Dlobject.h173 #define clCvalue(o) check_exp(ttisCclosure(o), gco2ccl(val_(o).gc))

Completed in 188 milliseconds