Home | History | Annotate | Download | only in src

Lines Matching refs:next

40 	ap->next = NULL;
59 while (ap->next != lp)
60 if ((ap = ap->next) == NULL) {
94 pp->next = lp->next;
105 lp->next = ap->next;
106 ap->next = lp;
119 pp->next = lp->next;
131 while ((lp = ap->next) != NULL) {
132 /* make next ALLOC_ITEM head of list */
133 ap->next = lp->next;