HomeSort by: relevance | last modified time | path
    Searched refs:pipeout (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/tip/
cmdtab.c 49 { '$', NORM, "pipe local command to remote host", pipeout },
tip.h 282 void pipeout(char);
cmds.c 468 pipeout(char c) function
  /src/bin/csh/
sem.c 62 execute(struct command *t, int wtty, int *pipein, int *pipeout)
95 mypipe(pipeout);
363 doio(t, pipein, pipeout);
365 (void)close(pipeout[0]);
366 (void)close(pipeout[1]);
403 execute(t->t_dcdr, wanttty, pv, pipeout);
524 doio(struct command *t, int *pipein, int *pipeout)
602 (void)dup(pipeout[1]);
  /src/sbin/dump/
main.c 91 int pipeout; variable
390 pipeout++;
584 if (pipeout || unlimited) {
690 if (pipeout)
758 if (pipeout)
tape.c 197 if (pipeout) {
346 if (!pipeout && !unlimited && (blocksperfile ?
387 if (pipeout)
672 pipeout ? 1 : open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
674 while ((tapefd = (pipeout ? 1 :
dump.h 123 extern int pipeout; /* true => output to standard output */

Completed in 41 milliseconds