stat_nomessage 1911 src/simh/scp.c t_stat stat_nomessage; stat_nomessage 1940 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 1941 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 1944 src/simh/scp.c if (!stat_nomessage) { /* displaying message status? */ stat_nomessage 2657 src/simh/scp.c t_stat stat, stat_nomessage; stat_nomessage 2775 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 2776 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 2802 src/simh/scp.c !stat_nomessage && /* and not suppressing messages */ stat_nomessage 2807 src/simh/scp.c if (!stat_nomessage) { /* report error if not suppressed */ stat_nomessage 571 src/simh/sim_console.c t_stat stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 575 src/simh/sim_console.c if (!stat_nomessage) {