Home
last modified time | relevance | path

Searched refs:h_link (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/xlint/lint2/
H A Dhash.c88 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()
H A Dread.c1181 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()
H A Dlint2.h180 struct hte *h_link; /* next hte with same hash function */ member
/netbsd-src/usr.sbin/lpr/pac/
H A Dpac.c85 struct hent *h_link; /* Forward hash link */ member
265 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()