stat_nomessage   2252 src/simh/scp.c t_stat stat_nomessage;
stat_nomessage   2281 src/simh/scp.c     stat_nomessage = stat & SCPE_NOMESSAGE;             /* extract possible message suppression flag */
stat_nomessage   2282 src/simh/scp.c     stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */
stat_nomessage   2285 src/simh/scp.c     if (!stat_nomessage) {                              /* displaying message status? */
stat_nomessage   3037 src/simh/scp.c t_stat stat, stat_nomessage;
stat_nomessage   3158 src/simh/scp.c     stat_nomessage = stat & SCPE_NOMESSAGE;             /* extract possible message suppression flag */
stat_nomessage   3159 src/simh/scp.c     stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */
stat_nomessage   3185 src/simh/scp.c             !stat_nomessage &&                          /* and not suppressing messages */
stat_nomessage   3190 src/simh/scp.c     if (!stat_nomessage) {                              /* report error if not suppressed */
stat_nomessage    580 src/simh/sim_console.c t_stat stat_nomessage = stat & SCPE_NOMESSAGE;  /* extract possible message suppression flag */
stat_nomessage    584 src/simh/sim_console.c if (!stat_nomessage) {