Searched refs:last_group (Results 1 – 1 of 1) sorted by relevance
54 static struct group *first_group, **last_group = &first_group; variable787 *last_group = g; in new_group()788 last_group = &g->next; in new_group()