stat_nomessage 2073 src/simh/scp.c t_stat stat_nomessage; stat_nomessage 2102 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 2103 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 2106 src/simh/scp.c if (!stat_nomessage) { /* displaying message status? */ stat_nomessage 2858 src/simh/scp.c t_stat stat, stat_nomessage; stat_nomessage 2976 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 2977 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 3003 src/simh/scp.c !stat_nomessage && /* and not suppressing messages */ stat_nomessage 3008 src/simh/scp.c if (!stat_nomessage) { /* report error if not suppressed */ stat_nomessage 579 src/simh/sim_console.c t_stat stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 583 src/simh/sim_console.c if (!stat_nomessage) {