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

/netbsd-current/bin/csh/
H A Dsem.c62 execute(struct command *t, int wtty, int *pipein, int *pipeout) argument
350 (void)close(pipein[0]);
351 (void)close(pipein[1]);
363 doio(t, pipein, pipeout);
398 execute(t->t_dcar, wanttty, pipein, pv);
524 doio(struct command *t, int *pipein, int *pipeout) argument
553 (void)dup(pipein[0]);
554 (void)close(pipein[0]);
555 (void)close(pipein[1]);
/netbsd-current/sbin/restore/
H A Dtape.c78 static int pipein = 0; variable
263 pipein++;
302 if (pipein)
313 if (!pipein && !bflag)
326 if (pipein) {
396 if (pipein) {
405 if (pipein)
583 if (pipein) {
1296 if (!pipein && numtrec < ntrec && i > 0) {
1303 if (pipein
[all...]

Completed in 90 milliseconds