Home
last modified time | relevance | path

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

/dragonfly/usr.bin/sed/
HDcompile.c64 struct s_command *lh_cmd; member
1014 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0) in enterlabel()
1020 lh->lh_cmd = cp; in enterlabel()
1039 if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) { in findlabel()
1041 return (lh->lh_cmd); in findlabel()
1062 linenum, fname, lh->lh_cmd->t); in uselabel()