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

/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmdtab.c52 { '$', NORM, "pipe local command to remote host", pipeout },
H A Dtip.h330 void pipeout(int);
H A Dcmds.c475 pipeout(int c) function
/freebsd-9.3-release/contrib/cvs/src/
H A Dclassify.c75 pipeout)
87 int pipeout;
142 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers))
160 if (pipeout)
182 if (pipeout)
238 else if (pipeout)
H A Dcheckout.c96 static int pipeout; variable
204 pipeout = 1;
256 if (where && pipeout)
275 if (!cat && !pipeout && !safe_location( where )) {
288 expand_modules = (!cat && !pipeout
304 if (pipeout)
374 if (!pipeout)
390 where, shorten, local, run_module_prog, !pipeout,
812 if (!pipeout)
1055 if (pipeout)
[all...]
H A Dupdate.c109 static int pipeout = 0; variable
216 pipeout = 1;
266 if (pipeout)
391 if (argc <= 0 && !pipeout)
428 pipeout, which, join_rev1, join_rev2, (char *) NULL,
476 pipeout = xpipeout;
604 aflag, &vers, pipeout);
622 if (pipeout)
852 else if (!server_active && !pipeout)
954 else if (!pipeout)
[all...]
H A Dcvs.h838 int force_tag_match, int aflag, Vers_TS **versp, int pipeout));
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.sem.c87 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, argument
208 mypipe(pipeout);
591 xclose(pipeout[0]);
592 xclose(pipeout[1]);
614 doio(t, pipein, pipeout);
622 xclose(pipeout[0]);
623 xclose(pipeout[1]);
688 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
698 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
823 doio(struct command *t, int *pipein, int *pipeout) argument
[all...]
/freebsd-9.3-release/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-9.3-release/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 198 milliseconds