SWMASK           1742 src/dps8/dps8_cpu.c                       SWMASK ('E')))  /* breakpoint? */
SWMASK           4259 src/dps8/dps8_sys.c   sim_brk_types = sim_brk_dflt = SWMASK ('E');
SWMASK           4610 src/dps8/dps8_sys.c     if (!((uint) sw & SWMASK ('M')))
SWMASK            185 src/simh/scp.c     if (sim_switches & SWMASK ('O')) val = 8;       \
SWMASK            186 src/simh/scp.c     else if (sim_switches & SWMASK ('D')) val = 10; \
SWMASK            187 src/simh/scp.c     else if (sim_switches & SWMASK ('H')) val = 16; \
SWMASK           1772 src/simh/scp.c sim_nolock = sim_switches & SWMASK ('K');           /* -k means skip locking     */
SWMASK           1773 src/simh/scp.c sim_iglock = sim_switches & SWMASK ('L');           /* -l means ignore locking   */
SWMASK           1774 src/simh/scp.c sim_randompst = sim_switches & SWMASK ('S');        /* -s means persist random   */
SWMASK           1775 src/simh/scp.c sim_quiet = sim_switches & SWMASK ('Q');            /* -q means quiet            */
SWMASK           1776 src/simh/scp.c sim_randstate = sim_switches & SWMASK ('R');        /* -r means random sys_state */
SWMASK           1778 src/simh/scp.c sim_nostate = sim_switches & SWMASK ('T');          /* -t means no sys_state     */
SWMASK           1784 src/simh/scp.c sim_on_inherit = sim_switches & SWMASK ('O');       /* -o means inherit on state */
SWMASK           2463 src/simh/scp.c if (sim_switches & SWMASK ('F'))
SWMASK           2662 src/simh/scp.c echo = (sim_switches & SWMASK ('V')) || sim_do_echo;    /* -v means echo */
SWMASK           2663 src/simh/scp.c sim_quiet = (sim_switches & SWMASK ('Q')) || sim_quiet; /* -q means quiet */
SWMASK           2664 src/simh/scp.c sim_on_inherit =(sim_switches & SWMASK ('O')) || sim_on_inherit; /* -o means inherit ON condition actions */
SWMASK           2665 src/simh/scp.c errabort = sim_switches & SWMASK ('E');                 /* -e means abort on error */
SWMASK           2850 src/simh/scp.c     if (sim_switches & SWMASK ('Q'))
SWMASK           3330 src/simh/scp.c     tptr = (CONST char *)get_glyph_gen (cptr, gbuf, '=', (sim_switches & SWMASK ('I')), TRUE, '\\');
SWMASK           3346 src/simh/scp.c     cptr = (CONST char *)get_glyph_gen (cptr, gbuf2, 0, (sim_switches & SWMASK ('I')), TRUE, '\\');
SWMASK           3635 src/simh/scp.c sim_switches |= SWMASK ('O');                           /* inherit ON state and actions */
SWMASK           4176 src/simh/scp.c     if ((sim_switches & SWMASK ('D')) && dptr->description)
SWMASK           4269 src/simh/scp.c if (sim_switches & SWMASK ('B'))
SWMASK           4962 src/simh/scp.c t_bool only_enabled = (sim_switches & SWMASK ('E'));
SWMASK           5373 src/simh/scp.c sim_switches = SWMASK ('P');
SWMASK           5442 src/simh/scp.c if ((sim_switches & SWMASK ('R')) ||                    /* read only? */
SWMASK           5451 src/simh/scp.c     if (!sim_quiet && !(sim_switches & SWMASK ('Q'))) {
SWMASK           5456 src/simh/scp.c     if (sim_switches & SWMASK ('N')) {                  /* new file only? */
SWMASK           5460 src/simh/scp.c         if (!sim_quiet && !(sim_switches & SWMASK ('Q'))) {
SWMASK           5490 src/simh/scp.c                 if (sim_switches & SWMASK ('E'))        /* must exist? */
SWMASK           5745 src/simh/scp.c     if ((flag == RU_STEP) && (sim_switches & SWMASK ('T')))
SWMASK           5931 src/simh/scp.c return r | ((sim_switches & SWMASK ('Q')) ? SCPE_NOMESSAGE : 0);
SWMASK           5972 src/simh/scp.c     if ((run_cmd_did_reset) && (0 == (sim_switches & SWMASK ('Q')))) {
SWMASK           6018 src/simh/scp.c         if ((r = dptr->examine (&sim_eval[i], k, dptr->units, SWMASK ('V')|SIM_SW_STOP)) != SCPE_OK)
SWMASK           6023 src/simh/scp.c         if (fprint_sym (st, (t_addr) pcval, sim_eval, NULL, SWMASK('M')|SIM_SW_STOP) > 0)
SWMASK           7461 src/simh/scp.c     sw = sw | SWMASK (toupper (*cptr));
SWMASK           8656 src/simh/scp.c BRKTAB *bp = sim_brk_fnd_ex (loc, sw & (~SWMASK ('C')), FALSE, 0);
SWMASK           8660 src/simh/scp.c if ((sw == 0) || (sw == SWMASK ('C')))
SWMASK           8661 src/simh/scp.c     sw = SIM_BRK_ALLTYP | ((sw == SWMASK ('C')) ? SWMASK ('C') : 0);
SWMASK           8667 src/simh/scp.c if (sw & SWMASK ('C'))
SWMASK           8677 src/simh/scp.c         if ((sw & SWMASK ('C')) == 0) {
SWMASK           8687 src/simh/scp.c if (sw & SWMASK ('C')) {
SWMASK           8708 src/simh/scp.c if ((sw == 0) || (sw == SWMASK ('C')))
SWMASK           8709 src/simh/scp.c     sw = SIM_BRK_ALLTYP | ((sw == SWMASK ('C')) ? SWMASK ('C') : 0);
SWMASK           8713 src/simh/scp.c if ((!(sw & SWMASK ('C'))) && sim_brk_types && (types > 1)) {
SWMASK           8745 src/simh/scp.c             sim_brk_show (st, cur->addr, cur->typ | ((sw & SWMASK ('C')) ? SWMASK ('C') : 0));
SWMASK           9387 src/simh/scp.c     snd->delay = (sim_switches & SWMASK ('T')) ? (uint32)((sim_timer_inst_per_sec()*delay)/1000000.0) : delay;
SWMASK           9389 src/simh/scp.c     snd->after = (sim_switches & SWMASK ('T')) ? (uint32)((sim_timer_inst_per_sec()*after)/1000000.0) : after;
SWMASK           9536 src/simh/scp.c if (sim_deb_switches & (SWMASK ('T') | SWMASK ('R') | SWMASK ('A'))) {
SWMASK           9538 src/simh/scp.c     if (sim_deb_switches & SWMASK ('R'))
SWMASK           9540 src/simh/scp.c     if (sim_deb_switches & SWMASK ('T')) {
SWMASK           9549 src/simh/scp.c     if (sim_deb_switches & SWMASK ('A')) {
SWMASK           9555 src/simh/scp.c if (sim_deb_switches & SWMASK ('P')) {
SWMASK           9880 src/simh/scp.c             strcpy (ebcdicbuf, (sim_deb_switches & SWMASK ('E')) ? " EBCDIC:" : "");
SWMASK           9882 src/simh/scp.c             strcpy (rad50buf, (sim_deb_switches & SWMASK ('D')) ? " RAD50:" : "");
SWMASK           9884 src/simh/scp.c             strcpy (strbuf, (sim_deb_switches & (SWMASK ('E') | SWMASK ('D'))) ? "ASCII:" : "");
SWMASK            553 src/simh/sim_console.c     sim_switches |= SWMASK ('F');
SWMASK           1304 src/simh/sim_console.c r = sim_open_logfile (gbuf, (sim_switches & SWMASK ('B')) == SWMASK ('B'),
SWMASK           1366 src/simh/sim_console.c if (sim_deb_switches & SWMASK ('R')) {
SWMASK           1368 src/simh/sim_console.c     if (!(sim_deb_switches & (SWMASK ('A') | SWMASK ('T'))))
SWMASK           1369 src/simh/sim_console.c         sim_deb_switches |= SWMASK ('T');
SWMASK           1373 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('P'))
SWMASK           1375 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('T'))
SWMASK           1376 src/simh/sim_console.c         sim_printf ("   Debug messages display time of day as hh:mm:ss.msec%s\n", sim_deb_switches & SWMASK ('R') ? " relative to the start of debugging" : "");
SWMASK           1377 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('A'))
SWMASK           1378 src/simh/sim_console.c         sim_printf ("   Debug messages display time of day as seconds.msec%s\n", sim_deb_switches & SWMASK ('R') ? " relative to the start of debugging" : "");
SWMASK           1383 src/simh/sim_console.c if (sim_deb_switches & SWMASK ('N'))
SWMASK           1384 src/simh/sim_console.c     sim_deb_switches &= ~SWMASK ('N');          /* Only process the -N flag initially */
SWMASK           1444 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('P'))
SWMASK           1446 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('T'))
SWMASK           1447 src/simh/sim_console.c         fprintf (st, "   Debug messages display time of day as hh:mm:ss.msec%s\n", sim_deb_switches & SWMASK ('R') ? " relative to the start of debugging" : "");
SWMASK           1448 src/simh/sim_console.c     if (sim_deb_switches & SWMASK ('A'))
SWMASK           1449 src/simh/sim_console.c         fprintf (st, "   Debug messages display time of day as seconds.msec%s\n", sim_deb_switches & SWMASK ('R') ? " relative to the start of debugging" : "");
SWMASK           1661 src/simh/sim_console.c     if (sim_switches & SWMASK ('N'))                    /* if a new log file is requested */
SWMASK           2366 src/simh/sim_console.c     sprintf (mbuf2, "%s%s%s", (sim_switches & SWMASK ('A')) ? "\n" : "",
SWMASK           2368 src/simh/sim_console.c                               (sim_switches & SWMASK ('I')) ? "" : "\n");
SWMASK            592 src/simh/sim_defs.h # define BRK_TYP_DYN_STEPOVER    (SWMASK ('Z'+1))
SWMASK            593 src/simh/sim_defs.h # define BRK_TYP_DYN_USR         (SWMASK ('Z'+2))
SWMASK            595 src/simh/sim_defs.h # define BRK_TYP_TEMP            (SWMASK ('Z'+3))        /* Temporary (one-shot) */
SWMASK            609 src/simh/sim_defs.h # define BRKTYPE(typ,descrip) {SWMASK(typ), descrip}
SWMASK            619 src/simh/sim_defs.h # define EXP_TYP_PERSIST         (SWMASK ('P'))      /* rule persists after match, default is once a rule matches, it is removed */
SWMASK            620 src/simh/sim_defs.h # define EXP_TYP_CLEARALL        (SWMASK ('C'))      /* clear all rules after matching this rule, default is to once a rule matches, it is removed */
SWMASK            621 src/simh/sim_defs.h # define EXP_TYP_REGEX           (SWMASK ('R'))      /* rule pattern is a regular expression */
SWMASK            622 src/simh/sim_defs.h # define EXP_TYP_REGEX_I         (SWMASK ('I'))      /* regular expression pattern matching should be case independent */
SWMASK            623 src/simh/sim_defs.h # define EXP_TYP_TIME            (SWMASK ('T'))      /* halt delay is in microseconds instead of instructions */
SWMASK            755 src/simh/sim_disk.c if (sim_switches & SWMASK ('F')) {                      /* format spec? */
SWMASK            762 src/simh/sim_disk.c     sim_switches = sim_switches & ~(SWMASK ('F'));      /* Record Format specifier already processed */
SWMASK            811 src/simh/sim_disk.c if ((sim_switches & SWMASK ('R')) ||                    /* read only? */
SWMASK            838 src/simh/sim_disk.c             if (sim_switches & SWMASK ('E'))            /* must exist? */
SWMASK            874 src/simh/sim_disk.c     if (sim_switches & SWMASK ('I')) {                  /* Initialize To Sector Address */
SWMASK            912 src/simh/sim_disk.c if (sim_switches & SWMASK ('K')) {
SWMASK             95 src/simh/sim_sock.h # define sim_master_sock(hostport, parse_status) sim_master_sock_ex(hostport, parse_status, ((sim_switches & SWMASK ('U')) ? SIM_SOCK_OPT_REUSEADDR : 0))
SWMASK            154 src/simh/sim_tape.c if (sim_switches & SWMASK ('F')) {                      /* format spec? */
SWMASK            160 src/simh/sim_tape.c     sim_switches = sim_switches & ~(SWMASK ('F'));      /* Record Format specifier already processed */
SWMASK            164 src/simh/sim_tape.c     sim_switches |= SWMASK ('R');                       /* Force ReadOnly attach for TPC tapes */
SWMASK            786 src/simh/sim_timer.c if (sim_switches & SWMASK ('P')) {
SWMASK            338 src/simh/sim_tmxr.c if ((!lp->notelnet) || (sim_switches & SWMASK ('V'))) {
SWMASK           3580 src/simh/sim_tmxr.c     tmxr_reset_ln_ex (lp, (sim_switches & SWMASK ('C')));       /* drop the line */