Searched refs:pipeout (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.sem.c | 83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() argument 204 mypipe(pipeout); in execute() 604 xclose(pipeout[0]); in execute() 605 xclose(pipeout[1]); in execute() 627 doio(t, pipein, pipeout); in execute() 635 xclose(pipeout[0]); in execute() 636 xclose(pipeout[1]); in execute() 701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 836 doio(struct command *t, int *pipein, int *pipeout) in doio() argument [all …]
|
/freebsd/sbin/dump/ |
H A D | main.c | 74 int pipeout; /* true => output to standard output */ variable 273 pipeout++; in main() 484 if (pipeout || unlimited) { in main() 591 if (pipeout) in main() 673 if (pipeout) in sig()
|
H A D | tape.c | 198 if (pipeout) { in tperror() 293 if (!pipeout && !unlimited && (blocksperfile ? in flushtape() 335 if (pipeout) in trewind() 598 if (pipeout) { in startnewtape()
|
H A D | dump.h | 63 extern int pipeout; /* true => output to standard output */
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmdtab.c | 44 { '$', NORM, "pipe local command to remote host", pipeout },
|
H A D | tip.h | 331 void pipeout(int);
|
H A D | cmds.c | 467 pipeout(int c) in pipeout() function
|