Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c58 uint_t lh_hash; member
882 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0) in enterlabel()
887 lh->lh_hash = h; in enterlabel()
907 if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) { in findlabel()