Lines Matching defs:NotTape
625 static int NotTape; /* true if tape is a disk */
785 NotTape = 0;
880 NotTape++; /* assume non-magtape */
1109 NotTape = !istape(mt, mt_devtype);
1702 if (NotTape)
2146 if (NotTape) {
2157 if (NotTape) {
2352 if (NotTape) {
2361 if (NotTape)
2441 if (NotTape) {
2488 if (NotTape) {
2535 if (NotTape) {
2540 if (NotTape)
3152 if (NotTape)
3199 if (NotTape)
3240 if (NotTape)
3282 if (NotTape)
3330 if (NotTape)
3551 if (NotTape)
4155 if (NotTape && !bflag) {
5119 if (bflag || defaults_used || NotTape)
5135 * If i == 0 and !first and NotTape, it means the pointer
5146 } else if (!first && (!rflag || NotTape)) {
5177 if (!NotTape)
5190 if (!NotTape)
5274 if (NotTape) {
5328 if (NotTape) {
5347 " bytes\n", (blkcnt_t)(NotTape ? recno : nblock),
5348 (blkcnt_t)(NotTape ? recno : nblock) * TBLOCK);
5350 (size_t)(NotTape ? recno : nblock) * TBLOCK) < 0) {
5381 return (0); /* took out setting of NotTape */
5393 NotTape++; /* implies non-tape */
5427 * - initializes 'usefile', 'nblock', and 'blocklim', and 'NotTape'.
5474 NotTape = (*bp == 'n' || *bp == 'N');
5476 NotTape = (blocklim != 0);
5481 dlog("defset: not tape = %d\n", NotTape);
8062 if (NotTape)