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

/freebsd-10.3-release/usr.bin/sed/
H A Dcompile.c61 struct labhash *lh_next; member in struct:labhash
897 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
902 lh->lh_next = *lhp;
922 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
943 next = lh->lh_next;

Completed in 46 milliseconds