HomeSort by: relevance | last modified time | path
    Searched defs:lh_next (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sed/
compile.c 70 struct labhash *lh_next; member in struct:labhash
1038 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
1042 lh->lh_next = *lhp;
1062 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
1083 next = lh->lh_next;

Completed in 59 milliseconds