Lines Matching refs:id_next
137 struct node *id_next;
526 for (node = f->id_table.array[hash]; node != NULL; node = node->id_next)
604 nodep = &(*nodep)->id_next);
617 for (; *nodep != NULL; nodep = &(*nodep)->id_next)
619 *nodep = node->id_next;
663 *nodep = node->id_next;
664 node->id_next = t->array[newhash];
667 next = &node->id_next;
677 node->id_next = f->id_table.array[hash];
5073 node = node->id_next) {
5089 next = node->id_next;