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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sbin/restore/
H A Dtape.c74 static int pipein = 0; variable
253 pipein++;
292 if (pipein)
303 if (!pipein && !bflag)
316 if (pipein) {
386 if (pipein) {
395 if (pipein)
573 if (pipein) {
1052 if (!pipein && numtrec < ntrec && i > 0) {
1059 if (pipein
[all...]

Completed in 106 milliseconds