Home
last modified time | relevance | path

Searched refs:pipeout (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c51 execute(t, wanttty, pipein, pipeout) in execute() argument
53 int wanttty, *pipein, *pipeout;
81 mypipe(pipeout);
285 doio(t, pipein, pipeout);
287 (void) close(pipeout[0]);
288 (void) unsetfd(pipeout[0]);
289 (void) close(pipeout[1]);
290 (void) unsetfd(pipeout[1]);
330 execute(t->t_dcdr, wanttty, pv, pipeout);
408 doio(struct command *t, int *pipein, int *pipeout) in doio() argument
[all …]
/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c15 extern void finish(int), help(int), pipefile(int), pipeout(int);
30 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dcmds.c475 pipeout(int c) in pipeout() function
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c112 int pipeout = 0; in main() local
143 pipeout++; in main()
170 if ((argc > 0) || errflag || (oflag && pipeout)) { in main()
231 if (pipeout || in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c48 int pipeout; variable
312 if (pipeout) { in activepass()
H A Ddumptape.c685 if (pipeout) { in tperror()
937 if (!pipeout) { in rollforward()
1086 if (pipeout) in just_rewind()
1460 pipeout ? 1 : in otape()
1507 if (!pipeout && doposition && (tapeno == 0)) { in otape()
1537 if (pipeout) in otape()
1549 if (!pipeout) { in otape()
2005 (pipeout && siz != writesize)) { in dowrite()
2117 (!pipeout && tsize > 0 && asize > tsize)) { in dowrite()
H A Ddump.h125 extern int pipeout; /* true => output to standard output */
H A Ddumpmain.c531 pipeout++; in main()
1234 if (pipeout) { in sigAbort()