Searched refs:lh_cmd (Results 1 – 1 of 1) sorted by relevance
61 struct s_command *lh_cmd; member1019 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0) in enterlabel()1025 lh->lh_cmd = cp; in enterlabel()1044 if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) { in findlabel()1046 return (lh->lh_cmd); in findlabel()1067 linenum, fname, lh->lh_cmd->t); in uselabel()