bufcntr 409 src/simh/sim_tape.c size_t bufcntr, bufcap; /* buffer counter and capacity */ bufcntr 435 src/simh/sim_tape.c bufcntr = 0; /* force an initial read */ bufcntr 439 src/simh/sim_tape.c if (bufcntr == bufcap) { /* if the buffer is empty then refill it */ bufcntr 461 src/simh/sim_tape.c if (bufcntr == 0) /* then if this is the initial read */ bufcntr 470 src/simh/sim_tape.c if (bufcntr == 0) { /* then if this is the initial read */ bufcntr 485 src/simh/sim_tape.c bufcntr = 0; /* to the start of the buffer */ bufcntr 488 src/simh/sim_tape.c *bc = buffer [bufcntr++]; /* store the metadata marker value */ bufcntr 511 src/simh/sim_tape.c bufcntr = bufcap; /* mark the buffer as invalid to force a read */ bufcntr 518 src/simh/sim_tape.c if (bufcntr < bufcap) /* if the position is within the buffer */ bufcntr 624 src/simh/sim_tape.c size_t bufcntr, bufcap; /* buffer counter and capacity */ bufcntr 653 src/simh/sim_tape.c bufcntr = 0; /* force an initial read */ bufcntr 657 src/simh/sim_tape.c if (bufcntr == 0) { /* if the buffer is empty then refill it */ bufcntr 671 src/simh/sim_tape.c bufcntr = sim_fread (buffer, sizeof (t_mtrlnt), /* fill the buffer */ bufcntr 685 src/simh/sim_tape.c *bc = buffer [--bufcntr]; /* store the metadata marker value */ bufcntr 700 src/simh/sim_tape.c bufcntr = 0; /* mark the buffer as invalid to force a read */