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

/freebsd-13-stable/usr.bin/sed/
H A Dcompile.c64 struct labhash *lh_next; member in struct:labhash
1023 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
1028 lh->lh_next = *lhp;
1048 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
1069 next = lh->lh_next;

Completed in 45 milliseconds