Lines Matching refs:tape
69 char *tape; /* name of the tape file */ variable
124 tape = NULL; in main()
179 tape = optarg; in main()
195 if (tape != NULL) in main()
269 tape = "child pipeline process"; in main()
270 } else if (tape == NULL && (tape = getenv("TAPE")) == NULL) in main()
271 tape = _PATH_DEFTAPE; in main()
272 if (strcmp(tape, "-") == 0) { in main()
274 tape = "standard output"; in main()
296 if (strchr(tape, ':')) { in main()
297 host = tape; in main()
298 tape = strchr(host, ':'); in main()
299 *tape++ = '\0'; in main()
301 if (strchr(tape, '\n')) { in main()
441 msgtail("to %s on host %s\n", tape, host); in main()
443 msgtail("to %s\n", tape); in main()