Lines Matching defs:next
79 struct coll_entry *next;
97 struct orphan_pgrp *next;
626 for (orph = orphans; orph != NULL; orph = orph->next) {
1192 /* set b to the start of the next line and add a NULL character
1213 n->next = NULL;
1216 p->next = n;
1247 n->next = NULL;
1249 p->next = n;
1265 n = n->next;
1310 for (orph = orphans; orph != NULL; orph = orph->next) {
1340 for (orph = orphans; orph != NULL; orph = orph->next) {
1349 orph->next = orphans->next;
1350 orphans->next = orph;
1445 for (orph = orphans; orph != NULL; orph = orph->next) {