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) {
79 pp->next = lp->next;
91 lp->next = ap->next;
92 ap->next = lp;
105 pp->next = lp->next;
117 while ((lp = ap->next) != NULL) {
118 /* make next ALLOC_ITEM head of list */
119 ap->next = lp->next;