Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/sed/
HDcompile.c61 struct labhash *lh_next; member
899 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()
904 lh->lh_next = *lhp; in enterlabel()
924 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) { in findlabel()
945 next = lh->lh_next; in uselabel()