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