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

/freebsd-11.0-release/usr.bin/sed/
H A Dcompile.c61 struct labhash *lh_next; member in struct:labhash
896 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
901 lh->lh_next = *lhp;
921 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
942 next = lh->lh_next;

Completed in 92 milliseconds