Searched refs:id_next (Results 1 – 2 of 2) sorted by relevance
1663 struct id *id, *id_next, **id_ptr; in sort_ids() local1670 for (; id; id = id_next) in sort_ids()1672 id_next = id->next; in sort_ids()
1735 struct id *id, *id_next, **id_ptr; local1742 for (; id; id = id_next)1744 id_next = id->next;