Lines Matching defs:next
502 goto next;
505 goto next;
580 goto next;
590 goto next;
633 goto next;
656 goto next;
739 next:
833 struct armem *next;
871 *lenp += (memb->next != NULL
872 ? memb->next->off : end_off) - memb->off;
881 *lenp = (memb->next != NULL ? memb->next->off : end_off) - memb->off;
946 goto next;
974 to_copy = newp->next = newp;
977 newp->next = to_copy->next;
978 to_copy = to_copy->next = newp;
989 next:
1039 to_copy = to_copy->next;
1040 last->next = NULL;
1048 while ((to_copy = to_copy->next) != NULL);
1155 goto next;
1197 goto next;
1203 all = newp->next = newp;
1206 newp->next = all->next;
1207 all = all->next = newp;
1210 next:
1336 all = all->next;
1337 tmp->next = NULL;
1346 found[cnt]->next = all;
1351 found[cnt]->next = last_added->next;
1352 last_added = last_added->next = found[cnt];
1359 for (struct armem *memp = all; memp != NULL; memp = memp->next)
1530 all = all->next;