Lines Matching refs:ntrec
114 #define FLUSHTAPEBUF() blkcnt = ntrec + 1
232 newtapebuf(ntrec);
234 newtapebuf(NTREC > HIGHDENSITYTREC ? NTREC : HIGHDENSITYTREC);
273 ntrec = size;
1279 for (i = 0; i < ntrec; i++)
1282 numtrec = ntrec;
1283 cnt = ntrec * TP_BSIZE;
1296 if (!pipein && numtrec < ntrec && i > 0) {
1298 numtrec = ntrec;
1305 else if (i > 0 && i != ntrec * TP_BSIZE) {
1319 i, ntrec * TP_BSIZE);
1345 i = ntrec * TP_BSIZE;
1375 rd, ntrec * TP_BSIZE);
1390 for (i = 0; i < ntrec; i++)
1395 i = rmtread(tapebuf, ntrec * TP_BSIZE);
1398 i = read(mt, tapebuf, ntrec * TP_BSIZE);
1410 ntrec = i / TP_BSIZE;
1411 numtrec = ntrec;
1412 vprintf(stdout, "Tape block size is %d\n", ntrec);