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()
154 new_node->proplist = new_prop->next; in merge_nodes()
155 new_prop->next = NULL; in merge_nodes()
253 prop->next = NULL; in add_property()
257 p = &((*p)->next); in add_property()
271 prop = prop->next; in delete_property_by_name()
353 assert(first->next == NULL); in chain_reserve_entry()
355 first->next = list; in chain_reserve_entry()
364 new->next = NULL; in add_reserve_entry()
369 for (last = list; last->next; last = last->next) in add_reserve_entry()
372 last->next = new; in add_reserve_entry()
650 ri = ri->next) in sort_reserve_entries()
660 ri = ri->next) in sort_reserve_entries()
667 tbl[i]->next = tbl[i+1]; in sort_reserve_entries()
668 tbl[n-1]->next = NULL; in sort_reserve_entries()
703 tbl[i]->next = tbl[i+1]; in sort_properties()
704 tbl[n-1]->next = NULL; in sort_properties()