Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dcompile.c60 u_int lh_hash; member
1019 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0) in enterlabel()
1024 lh->lh_hash = h; in enterlabel()
1044 if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) { in findlabel()