Searched refs:pipein (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.sem.c83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, argument
201 mypipe(pipein);
611 xclose(pipein[0]);
612 xclose(pipein[1]);
627 doio(t, pipein, pipeout);
630 xclose(pipein[0]);
631 xclose(pipein[1]);
704 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
708 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
836 doio(struct command *t, int *pipein, in argument
[all...]
/freebsd-11-stable/sbin/restore/
H A Dtape.c73 static int pipein = 0; variable
166 pipein++;
224 if (pipein)
235 if (!pipein && !pipecmdin && !bflag)
241 if (pipein) {
334 if (pipein) {
347 if (pipein)
535 if (pipein) {
1237 if (!pipein && !pipecmdin && numtrec < ntrec && i > 0) {
1244 if ((pipein || pipecmdi
[all...]
/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;
374 if (pipein && iop->io_unit == 0)

Completed in 68 milliseconds