withring          660 src/dps8/dps8_console.c         bool withring = (strcmp (with, "with") == 0);
withring          664 src/dps8/dps8_console.c         attachTape (labelDotTap, withring, drive);
withring          672 src/dps8/dps8_console.c         bool withring = (strcmp (with, "with") == 0);
withring          676 src/dps8/dps8_console.c         attachTape (labelDotTap, withring, drive);
withring         2415 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
withring         2430 src/dps8/dps8_mt.c     loadTape ((uint) i, label, ! withring);
withring         2446 src/dps8/dps8_mt.c     bool withring;
withring         2448 src/dps8/dps8_mt.c       withring = false;
withring         2450 src/dps8/dps8_mt.c       withring = true;
withring         2453 src/dps8/dps8_mt.c     return attachTape (fname, withring, drive);
withring           57 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);