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