mec
void mec (char *, enum protection_level);
mec((yyvsp[(3) - (4)].s), prot_safe);
mec((yyvsp[(3) - (4)].s), prot_confidential);
mec((yyvsp[(3) - (4)].s), prot_private);
mec($3, prot_safe);
mec($3, prot_confidential);
mec($3, prot_private);
mec(mec_space(cp + 3), prot_safe);
mec(mec_space(cp + 4), prot_confidential);
mec(mec_space(cp + 3), prot_private);
int fo_index, mec;
mec = mutually_exclusive_flags[i];
if (mec != c) {
errx(1, "%c:%c: %s", c, mec, getstr(1));