Searched refs:h_link (Results 1 – 4 of 4) sorted by relevance
88 for (hte = table[h]; hte != NULL; hte = hte->h_link) { in hash_search()108 hte->h_link = table[h]; in hash_search()158 for (hte = table[i]; hte != NULL; hte = hte->h_link) in symtab_forall()173 for (hte = table[i]; hte != NULL; hte = hte->h_link) in symtab_forall_sorted()196 nexthte = hte->h_link; in hash_free()
1181 for (nhte = hte; nhte->h_link != NULL; nhte = nhte->h_link) in mkstatic() 1183 nhte->h_link = xmalloc(sizeof(*nhte->h_link)); in mkstatic() 1184 nhte = nhte->h_link; in mkstatic() 1195 nhte->h_link = NULL; in mkstatic()
180 struct hte *h_link; /* next hte with same hash function */ member
85 struct hent *h_link; /* Forward hash link */ member265 hp = hp->h_link; in dumpit()310 hp = hp->h_link; in rewrite()351 hp->h_link = hashtab[h]; in enter()368 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link) in lookup()