Lines Matching refs:lastc
479 register struct child *lastc, *c;691 lastc = 0;692 for (c = children; c != 0; lastc = c, c = c->next)822 if (lastc == 0)825 lastc->next = c->next;