Lines Matching refs:next
41 new->next = *labels; in add_label()
79 assert(first->next == NULL); in chain_property()
81 first->next = list; in chain_property()
89 struct property *next; in reverse_properties() local
92 next = p->next; in reverse_properties()
93 p->next = head; in reverse_properties()
95 p = next; in reverse_properties()
168 new_node->proplist = new_prop->next; in merge_nodes()
169 new_prop->next = NULL; in merge_nodes()
274 prop->next = NULL; in add_property()
278 p = &((*p)->next); in add_property()
292 prop = prop->next; in delete_property_by_name()
374 assert(first->next == NULL); in chain_reserve_entry()
376 first->next = list; in chain_reserve_entry()
385 new->next = NULL; in add_reserve_entry()
390 for (last = list; last->next; last = last->next) in add_reserve_entry()
393 last->next = new; in add_reserve_entry()
700 ri = ri->next) in sort_reserve_entries()
710 ri = ri->next) in sort_reserve_entries()
717 tbl[i]->next = tbl[i+1]; in sort_reserve_entries()
718 tbl[n-1]->next = NULL; in sort_reserve_entries()
753 tbl[i]->next = tbl[i+1]; in sort_properties()
754 tbl[n-1]->next = NULL; in sort_properties()