Lines Matching refs:bct
41 static int bct; /* block # index into tape record buffer */ variable
234 bct--; /* push back this block */ in setup()
264 bct--; /* push back this block */ in setup()
1478 if (bct < numtrec) { in readtape()
1486 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl; in readtape()
1494 bct = 0; in readtape()
1499 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1623 bct = 0; in readtape()
1624 bcopy(&tbf[(bct++*tp_bsize)], b, (size_t)tp_bsize); in readtape()
1647 bct = 0; in findtapeblksize()
1677 bct = ntrec+1; in flsht()