withring          667 src/dps8/dps8_console.c         bool withring = (strcmp (with, "with") == 0);
withring          671 src/dps8/dps8_console.c         attachTape (labelDotTap, withring, drive);
withring          679 src/dps8/dps8_console.c         bool withring = (strcmp (with, "with") == 0);
withring          683 src/dps8/dps8_console.c         attachTape (labelDotTap, withring, drive);
withring         2428 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
withring         2443 src/dps8/dps8_mt.c     loadTape ((uint) i, label, ! withring);
withring         2459 src/dps8/dps8_mt.c     bool withring;
withring         2461 src/dps8/dps8_mt.c       withring = false;
withring         2463 src/dps8/dps8_mt.c       withring = true;
withring         2466 src/dps8/dps8_mt.c     return attachTape (fname, withring, drive);
withring           54 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);