Lines Matching refs:bct
41 static int bct; /* block # index into tape record buffer */ variable
233 bct--; /* push back this block */ in setup()
263 bct--; /* push back this block */ in setup()
1481 if (bct < numtrec) { in readtape()
1489 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl; in readtape()
1497 bct = 0; in readtape()
1502 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1626 bct = 0; in readtape()
1627 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1650 bct = 0; in findtapeblksize()
1680 bct = ntrec+1; in flsht()