MTR_GAP           501 src/simh/sim_tape.c             else if (*bc == MTR_GAP)                    /* otherwise if the value is a full gap */
MTR_GAP           509 src/simh/sim_tape.c                 *bc = MTR_GAP;                                  /* reset the marker */
MTR_GAP           522 src/simh/sim_tape.c         while (*bc == MTR_GAP && runaway_counter > 0);  /* continue until data or runaway occurs */
MTR_GAP           690 src/simh/sim_tape.c             else if (*bc == MTR_GAP)                    /* otherwise if the marker is a full gap */
MTR_GAP           698 src/simh/sim_tape.c                 *bc = MTR_GAP;                                  /* reset the marker */
MTR_GAP           710 src/simh/sim_tape.c         while (*bc == MTR_GAP && runaway_counter > 0);  /* continue until data or runaway occurs */
MTR_GAP          1228 src/simh/sim_tape.c     else if ((meta == MTR_GAP) || (meta == MTR_TMK)) {  /* gap or tape mark? */
MTR_GAP          1303 src/simh/sim_tape.c     st = sim_tape_wrdata (uptr, MTR_GAP);               /* write gap markers */