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

/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmdtab.c52 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dtip.h334 void pipeout(int);
H A Dcmds.c475 pipeout(int c) function
/freebsd-11-stable/contrib/tcsh/
H A Dsh.sem.c83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, argument
204 mypipe(pipeout);
604 xclose(pipeout[0]);
605 xclose(pipeout[1]);
627 doio(t, pipein, pipeout);
635 xclose(pipeout[0]);
636 xclose(pipeout[1]);
701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
836 doio(struct command *t, int *pipein, int *pipeout) argument
[all...]
/freebsd-11-stable/sbin/dump/
H A Ddump.h67 int pipeout; /* true => output to standard output */ variable
H A Dmain.c265 pipeout++;
479 if (pipeout || unlimited) {
586 if (pipeout)
668 if (pipeout)
H A Dtape.c200 if (pipeout) {
293 if (!pipeout && !unlimited && (blocksperfile ?
335 if (pipeout)
598 if (pipeout) {
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh3.c45 _PROTOTYPE(int iosetup, (struct ioword *iop, int pipein, int pipeout ));
365 iosetup(iop, pipein, pipeout)
367 int pipein, pipeout;
376 if (pipeout && iop->io_unit == 1)

Completed in 92 milliseconds