Searched refs:sweepstep (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lgc.c | 1569 static int sweepstep (lua_State *L, global_State *g, in sweepstep() function 1614 work = sweepstep(L, g, GCSswpfinobj, &g->finobj); in singlestep() 1618 work = sweepstep(L, g, GCSswptobefnz, &g->tobefnz); in singlestep() 1622 work = sweepstep(L, g, GCSswpend, NULL); in singlestep()
|