Searched refs:nexthte (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dhash.c155 hte_t *hte, *nexthte; local
161 for (hte = table[i]; hte != NULL; hte = nexthte) {
163 nexthte = hte->h_link;

Completed in 60 milliseconds