MTR_GAP           500 src/simh/sim_tape.c             else if (*bc == MTR_GAP)                    /* otherwise if the value is a full gap */
MTR_GAP           508 src/simh/sim_tape.c                 *bc = MTR_GAP;                                  /* reset the marker */
MTR_GAP           521 src/simh/sim_tape.c         while (*bc == MTR_GAP && runaway_counter > 0);  /* continue until data or runaway occurs */
MTR_GAP           688 src/simh/sim_tape.c             else if (*bc == MTR_GAP)                    /* otherwise if the marker is a full gap */
MTR_GAP           696 src/simh/sim_tape.c                 *bc = MTR_GAP;                                  /* reset the marker */
MTR_GAP           708 src/simh/sim_tape.c         while (*bc == MTR_GAP && runaway_counter > 0);  /* continue until data or runaway occurs */
MTR_GAP          1221 src/simh/sim_tape.c     else if ((meta == MTR_GAP) || (meta == MTR_TMK)) {  /* gap or tape mark? */
MTR_GAP          1296 src/simh/sim_tape.c     st = sim_tape_wrdata (uptr, MTR_GAP);               /* write gap markers */