Lines Matching defs:next
27 new->next = *labels;
67 assert(first->next == NULL);
69 first->next = list;
77 struct property *next;
80 next = p->next;
81 p->next = head;
83 p = next;
159 new_node->proplist = new_prop->next;
160 new_prop->next = NULL;
270 prop->next = NULL;
274 p = &((*p)->next);
288 prop = prop->next;
373 assert(first->next == NULL);
375 first->next = list;
384 new->next = NULL;
389 for (last = list; last->next; last = last->next)
392 last->next = new;
672 ri = ri->next)
682 ri = ri->next)
689 tbl[i]->next = tbl[i+1];
690 tbl[n-1]->next = NULL;
725 tbl[i]->next = tbl[i+1];
726 tbl[n-1]->next = NULL;