Lines Matching refs:ntrec
94 #define FLUSHTAPEBUF() blkcnt = ntrec + 1
127 newtapebuf(ntrec);
179 ntrec = size;
1135 for (i = 0; i < ntrec; i++)
1138 numtrec = ntrec;
1139 cnt = ntrec * TP_BSIZE;
1152 if (!pipein && !pipecmdin && numtrec < ntrec && i > 0) {
1154 numtrec = ntrec;
1161 else if (i > 0 && i != ntrec * TP_BSIZE) {
1175 i, ntrec * TP_BSIZE);
1201 i = ntrec * TP_BSIZE;
1231 rd, ntrec * TP_BSIZE);
1250 for (i = 0; i < ntrec; i++)
1255 i = rmtread(tapebuf, ntrec * TP_BSIZE);
1258 i = read(mt, tapebuf, ntrec * TP_BSIZE);
1269 ntrec = i / TP_BSIZE;
1270 numtrec = ntrec;
1271 vprintf(stdout, "Tape block size is %ld\n", ntrec);