Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c59 struct s_command *lh_cmd; member
882 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0) in enterlabel()
888 lh->lh_cmd = cp; in enterlabel()
907 if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) { in findlabel()
909 return (lh->lh_cmd); in findlabel()
930 linenum, fname, lh->lh_cmd->t); in uselabel()