sizeof_gap 406 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap; /* bytes remaining before runaway and bytes per gap */ sizeof_gap 425 src/simh/sim_tape.c sizeof_gap = 0; /* then disable runaway detection */ sizeof_gap 429 src/simh/sim_tape.c sizeof_gap = sizeof (t_mtrlnt); /* set the size of the gap */ sizeof_gap 437 src/simh/sim_tape.c if (sizeof_gap > 0) /* then if detection is enabled */ sizeof_gap 473 src/simh/sim_tape.c if (sizeof_gap > 0) /* so if detection is enabled */ sizeof_gap 487 src/simh/sim_tape.c if (sizeof_gap > 0) /* then if detection is enabled */ sizeof_gap 502 src/simh/sim_tape.c runaway_counter -= sizeof_gap; /* then decrement the gap counter */ sizeof_gap 510 src/simh/sim_tape.c runaway_counter -= sizeof_gap / 2; /* and decrement the gap counter */ sizeof_gap 621 src/simh/sim_tape.c int32 runaway_counter, sizeof_gap; /* bytes remaining before runaway and bytes per gap */ sizeof_gap 642 src/simh/sim_tape.c sizeof_gap = 0; /* then disable runaway detection */ sizeof_gap 647 src/simh/sim_tape.c sizeof_gap = sizeof (t_mtrlnt); /* set the size of the gap */ sizeof_gap 691 src/simh/sim_tape.c runaway_counter -= sizeof_gap; /* then decrement the gap counter */ sizeof_gap 699 src/simh/sim_tape.c runaway_counter -= sizeof_gap / 2; /* and decrement the gap counter */