stat_nomessage 1910 src/simh/scp.c t_stat stat_nomessage; stat_nomessage 1939 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 1940 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 1943 src/simh/scp.c if (!stat_nomessage) { /* displaying message status? */ stat_nomessage 2656 src/simh/scp.c t_stat stat, stat_nomessage; stat_nomessage 2774 src/simh/scp.c stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message suppression flag */ stat_nomessage 2775 src/simh/scp.c stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */ stat_nomessage 2801 src/simh/scp.c !stat_nomessage && /* and not suppressing messages */ stat_nomessage 2806 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) {