Searched refs:lh_next (Results 1 – 1 of 1) sorted by relevance
59 struct labhash *lh_next; member1018 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()1023 lh->lh_next = *lhp; in enterlabel()1043 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) { in findlabel()1064 next = lh->lh_next; in uselabel()