sizeof_gap        405 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap;                      /* bytes remaining before runaway and bytes per gap */
sizeof_gap        424 src/simh/sim_tape.c             sizeof_gap = 0;                             /*   then disable runaway detection */
sizeof_gap        428 src/simh/sim_tape.c             sizeof_gap = sizeof (t_mtrlnt);             /*   set the size of the gap */
sizeof_gap        436 src/simh/sim_tape.c                     if (sizeof_gap > 0)                 /*   then if detection is enabled */
sizeof_gap        472 src/simh/sim_tape.c                         if (sizeof_gap > 0)             /*       so if detection is enabled */
sizeof_gap        486 src/simh/sim_tape.c                 if (sizeof_gap > 0)                     /*   then if detection is enabled */
sizeof_gap        501 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap;          /*   then decrement the gap counter */
sizeof_gap        509 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap / 2;              /*   and decrement the gap counter */
sizeof_gap        619 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap;                      /* bytes remaining before runaway and bytes per gap */
sizeof_gap        640 src/simh/sim_tape.c             sizeof_gap = 0;                             /*   then disable runaway detection */
sizeof_gap        645 src/simh/sim_tape.c             sizeof_gap = sizeof (t_mtrlnt);             /*   set the size of the gap */
sizeof_gap        689 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap;          /*   then decrement the gap counter */
sizeof_gap        697 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap / 2;              /*   and decrement the gap counter */