sweepgc           550 lib/lua/lgc.c    g->sweepgc = &g->rootgc;
sweepgc           583 lib/lua/lgc.c        g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX);
sweepgc           584 lib/lua/lgc.c        if (*g->sweepgc == NULL) {  /* nothing more to sweep? */
sweepgc           640 lib/lua/lgc.c      g->sweepgc = &g->rootgc;
sweepgc           172 lib/lua/lstate.c   g->sweepgc = &g->rootgc;
sweepgc            76 lib/lua/lstate.h   GCObject **sweepgc;  /* position of sweep in `rootgc' */