Searched refs:hi_next (Results 1 – 2 of 2) sorted by relevance
412 blist[i].hi_next = -1; in buildhints()432 while (bp->hi_next != -1) in buildhints()433 bp = &blist[bp->hi_next]; in buildhints()434 bp->hi_next = i; in buildhints()
283 int hi_next; /* Next in this bucket */ member