Lines Matching refs:numtrec
42 static int numtrec; /* # of logical blocks in current tape record */ variable
261 numtrec = ntrec; in setup()
1481 if (bct < numtrec) { in readtape()
1512 if (numtrec == 0) { in readtape()
1514 numtrec = ntrec; in readtape()
1528 if (numtrec < ntrec && i != 0) { in readtape()
1530 numtrec = ntrec; in readtape()
1548 numtrec = i / tp_bsize; in readtape()
1549 if (numtrec == 0) in readtape()
1614 numtrec = 0; in readtape()
1672 numtrec = ntrec; in findtapeblksize()