Lines Matching refs:lastn
2398 struct nameseq *n = new1->next, *lastn = new1;2402 lastn = n;2426 lastn->next = n->next;2429 /* LASTN->next is the new stopping elt for the loop below. */2430 n = lastn->next;2448 lastn = new1;2450 free (lastn->name);2451 free ((char *) lastn);