Searched refs:pipeout (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.sem.c | 53 execute(t, wanttty, pipein, pipeout) in execute() argument 55 int wanttty, *pipein, *pipeout; 83 mypipe(pipeout); 287 doio(t, pipein, pipeout); 289 (void) close(pipeout[0]); 290 (void) unsetfd(pipeout[0]); 291 (void) close(pipeout[1]); 292 (void) unsetfd(pipeout[1]); 332 execute(t->t_dcdr, wanttty, pv, pipeout); 410 doio(struct command *t, int *pipein, int *pipeout) in doio() argument [all …]
|
/titanic_50/usr/src/cmd/tip/ |
H A D | cmdtab.c | 17 extern void finish(int), help(int), pipefile(int), pipeout(int); 32 { '$', NORM, "pipe local command to remote host", pipeout },
|
H A D | cmds.c | 465 pipeout(int c) in pipeout() function
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uudecode.c | 114 int pipeout = 0; in main() local 145 pipeout++; in main() 172 if ((argc > 0) || errflag || (oflag && pipeout)) { in main() 233 if (pipeout || in main()
|
/titanic_50/usr/src/tools/aw/ |
H A D | aw.c | 267 filter(int pipein, int pipeout) in filter() argument 280 dup2(pipeout, 1) == -1) { in filter() 384 invoke(char **argv, int pipein, int pipeout) in invoke() argument 401 if (pipeout >= 0 && dup2(pipeout, 1) == -1) { in invoke()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 728 if (pipeout) { in tperror() 991 if (!pipeout) { in rollforward() 1148 if (pipeout) in just_rewind() 1534 pipeout ? 1 : in otape() 1581 if (!pipeout && doposition && (tapeno == 0)) { in otape() 1610 if (pipeout) in otape() 1622 if (!pipeout) { in otape() 2094 (pipeout && siz != writesize)) { in dowrite() 2207 (!pipeout && tsize > 0 && asize > tsize)) { in dowrite()
|
H A D | dumponline.c | 330 if (pipeout) { in activepass()
|
H A D | dump.h | 125 int pipeout; /* true => output to standard output */ variable
|
H A D | dumpmain.c | 492 pipeout++; in main() 1195 if (pipeout) { in sigAbort()
|