Searched refs:pipeout (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/tcsh/ |
| HD | 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-14-stable/sbin/dump/ |
| HD | main.c | 86 int pipeout; /* true => output to standard output */ variable 285 pipeout++; in main() 496 if (pipeout || unlimited) { in main() 603 if (pipeout) in main() 685 if (pipeout) in sig()
|
| HD | tape.c | 204 if (pipeout) { in tperror() 299 if (!pipeout && !unlimited && (blocksperfile ? in flushtape() 341 if (pipeout) in trewind() 604 if (pipeout) { in startnewtape()
|
| HD | dump.h | 65 extern int pipeout; /* true => output to standard output */
|
| /freebsd-14-stable/usr.bin/tip/tip/ |
| HD | cmdtab.c | 52 { '$', NORM, "pipe local command to remote host", pipeout },
|
| HD | tip.h | 333 void pipeout(int);
|
| HD | cmds.c | 475 pipeout(int c) in pipeout() function
|