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

/freebsd-9.3-release/contrib/bmake/
H A Dhash.c177 struct Hash_Entry **hp, *h, *nexth = NULL; local
181 for (h = *hp++; h != NULL; h = nexth) {
182 nexth = h->next;
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.c155 register struct Hash_Entry **hp, *h, *nexth = NULL; local
159 for (h = *hp++; h != NULL; h = nexth) {
160 nexth = h->next;
/freebsd-9.3-release/usr.bin/make/
H A Dhash.c134 struct Hash_Entry **hp, *h, *nexth = NULL; local
138 for (h = *hp++; h != NULL; h = nexth) {
139 nexth = h->next;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp3819 hyphen_list *nexth = tem; local
3848 h = nexth;

Completed in 232 milliseconds