Searched refs:lastnext (Results 1 – 1 of 1) sorted by relevance
883 GCObject **lastnext = findlast(&g->tobefnz); in separatetobefnz() local890 curr->next = *lastnext; /* link at the end of 'tobefnz' list */ in separatetobefnz()891 *lastnext = curr; in separatetobefnz()892 lastnext = &curr->next; in separatetobefnz()