Searched refs:lastnext (Results 1 – 1 of 1) sorted by relevance
848 GCObject **lastnext = &g->tobefnz; in separatetobefnz() local850 while (*lastnext != NULL) in separatetobefnz()851 lastnext = &gch(*lastnext)->next; in separatetobefnz()860 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */ in separatetobefnz()861 *lastnext = curr; in separatetobefnz()862 lastnext = &gch(curr)->next; in separatetobefnz()