sizeof_gap        410 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap;                      /* bytes remaining before runaway and bytes per gap */
sizeof_gap        429 src/simh/sim_tape.c             sizeof_gap = 0;                             /*   then disable runaway detection */
sizeof_gap        433 src/simh/sim_tape.c             sizeof_gap = sizeof (t_mtrlnt);             /*   set the size of the gap */
sizeof_gap        441 src/simh/sim_tape.c                     if (sizeof_gap > 0)                 /*   then if detection is enabled */
sizeof_gap        477 src/simh/sim_tape.c                         if (sizeof_gap > 0)             /*       so if detection is enabled */
sizeof_gap        491 src/simh/sim_tape.c                 if (sizeof_gap > 0)                     /*   then if detection is enabled */
sizeof_gap        506 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap;          /*   then decrement the gap counter */
sizeof_gap        514 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap / 2;              /*   and decrement the gap counter */
sizeof_gap        625 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap;                      /* bytes remaining before runaway and bytes per gap */
sizeof_gap        646 src/simh/sim_tape.c             sizeof_gap = 0;                             /*   then disable runaway detection */
sizeof_gap        651 src/simh/sim_tape.c             sizeof_gap = sizeof (t_mtrlnt);             /*   set the size of the gap */
sizeof_gap        695 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap;          /*   then decrement the gap counter */
sizeof_gap        703 src/simh/sim_tape.c                 runaway_counter -= sizeof_gap / 2;              /*   and decrement the gap counter */