Lines Matching refs:NotTape
625 static int NotTape; /* true if tape is a disk */ variable
785 NotTape = 0; in main()
880 NotTape++; /* assume non-magtape */ in main()
1108 NotTape = !istape(mt, mt_devtype); in main()
1701 if (NotTape) in passtape()
2145 if (NotTape) { in putfile()
2156 if (NotTape) { in putfile()
2351 if (NotTape) { in putfile()
2360 if (NotTape) in putfile()
2440 if (NotTape) { in putfile()
2487 if (NotTape) { in putfile()
2534 if (NotTape) { in putfile()
2539 if (NotTape) in putfile()
3151 if (NotTape) in doxtract()
3198 if (NotTape) in doxtract()
3239 if (NotTape) in doxtract()
3281 if (NotTape) in doxtract()
3329 if (NotTape) in doxtract()
3550 if (NotTape) in doxtract()
4154 if (NotTape && !bflag) { in dotable()
5118 if (bflag || defaults_used || NotTape) in readtape()
5145 } else if (!first && (!rflag || NotTape)) { in readtape()
5176 if (!NotTape) in readtape()
5189 if (!NotTape) in readtape()
5273 if (NotTape) { in backtape()
5327 if (NotTape) { in flushtape()
5346 " bytes\n", (blkcnt_t)(NotTape ? recno : nblock), in flushtape()
5347 (blkcnt_t)(NotTape ? recno : nblock) * TBLOCK); in flushtape()
5349 (size_t)(NotTape ? recno : nblock) * TBLOCK) < 0) { in flushtape()
5392 NotTape++; /* implies non-tape */ in kcheck()
5473 NotTape = (*bp == 'n' || *bp == 'N'); in defset()
5475 NotTape = (blocklim != 0); in defset()
5480 dlog("defset: not tape = %d\n", NotTape); in defset()
8061 if (NotTape) in put_link()