tape_unit_idx     734 src/dps8/dps8_mt.c     long tape_unit_idx = MT_UNIT_NUM (uptr);
tape_unit_idx     735 src/dps8/dps8_mt.c     if (tape_unit_idx >= N_MT_UNITS_MAX)
tape_unit_idx     738 src/dps8/dps8_mt.c                    "Tape set ready: Invalid unit number %ld\n", (long) tape_unit_idx);
tape_unit_idx     739 src/dps8/dps8_mt.c         sim_printf ("error: Invalid unit number %ld\n", (long) tape_unit_idx);
tape_unit_idx     742 src/dps8/dps8_mt.c     return signal_tape ((unsigned int) tape_unit_idx, 0, 020 /* tape drive to ready */);