bufcntr 405 src/simh/sim_tape.c size_t bufcntr, bufcap; /* buffer counter and capacity */ bufcntr 431 src/simh/sim_tape.c bufcntr = 0; /* force an initial read */ bufcntr 435 src/simh/sim_tape.c if (bufcntr == bufcap) { /* if the buffer is empty then refill it */ bufcntr 457 src/simh/sim_tape.c if (bufcntr == 0) /* then if this is the initial read */ bufcntr 466 src/simh/sim_tape.c if (bufcntr == 0) { /* then if this is the initial read */ bufcntr 481 src/simh/sim_tape.c bufcntr = 0; /* to the start of the buffer */ bufcntr 484 src/simh/sim_tape.c *bc = buffer [bufcntr++]; /* store the metadata marker value */ bufcntr 507 src/simh/sim_tape.c bufcntr = bufcap; /* mark the buffer as invalid to force a read */ bufcntr 514 src/simh/sim_tape.c if (bufcntr < bufcap) /* if the position is within the buffer */ bufcntr 620 src/simh/sim_tape.c size_t bufcntr, bufcap; /* buffer counter and capacity */ bufcntr 649 src/simh/sim_tape.c bufcntr = 0; /* force an initial read */ bufcntr 653 src/simh/sim_tape.c if (bufcntr == 0) { /* if the buffer is empty then refill it */ bufcntr 667 src/simh/sim_tape.c bufcntr = sim_fread (buffer, sizeof (t_mtrlnt), /* fill the buffer */ bufcntr 681 src/simh/sim_tape.c *bc = buffer [--bufcntr]; /* store the metadata marker value */ bufcntr 696 src/simh/sim_tape.c bufcntr = 0; /* mark the buffer as invalid to force a read */