Searched refs:nexth (Results 1 – 1 of 1) sorted by relevance
143 register struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local147 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()148 nexth = h->next; in Hash_DeleteTable()