Searched refs:pipein (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.sem.c | 83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() argument 201 mypipe(pipein); in execute() 611 xclose(pipein[0]); in execute() 612 xclose(pipein[1]); in execute() 627 doio(t, pipein, pipeout); in execute() 630 xclose(pipein[0]); in execute() 631 xclose(pipein[1]); in execute() 704 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 708 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 836 doio(struct command *t, int *pipein, int *pipeout) in doio() argument [all …]
|
/freebsd/sbin/restore/ |
H A D | tape.c | 67 static int pipein = 0; 160 pipein++; in setinput() 218 if (pipein) in setup() 229 if (!pipein && !pipecmdin && !bflag) in setup() 235 if (pipein) { in setup() 328 if (pipein) { in getvol() 341 if (pipein) in getvol() 529 if (pipein) { in setdumpnum() 1152 if (!pipein && !pipecmdin && numtrec < ntrec && i > 0) { in readtape() 1159 if ((pipein || pipecmdi in readtape() 66 static int pipein = 0; global() variable [all...] |