gclist 91 lib/lua/lgc.c gco2cl(o)->c.gclist = g->gray; gclist 96 lib/lua/lgc.c gco2h(o)->gclist = g->gray; gclist 101 lib/lua/lgc.c gco2th(o)->gclist = g->gray; gclist 106 lib/lua/lgc.c gco2p(o)->gclist = g->gray; gclist 173 lib/lua/lgc.c h->gclist = g->weak; /* must be cleared after GC, ... */ gclist 284 lib/lua/lgc.c g->gray = h->gclist; gclist 292 lib/lua/lgc.c g->gray = cl->c.gclist; gclist 299 lib/lua/lgc.c g->gray = th->gclist; gclist 300 lib/lua/lgc.c th->gclist = g->grayagain; gclist 309 lib/lua/lgc.c g->gray = p->gclist; gclist 373 lib/lua/lgc.c l = h->gclist; gclist 680 lib/lua/lgc.c t->gclist = g->grayagain; gclist 248 lib/lua/lobject.h GCObject *gclist; gclist 292 lib/lua/lobject.h CommonHeader; lu_byte isC; lu_byte nupvalues; GCObject *gclist; \ gclist 346 lib/lua/lobject.h GCObject *gclist; gclist 124 lib/lua/lstate.h GCObject *gclist;