HomeSort by: relevance | last modified time | path
    Searched refs:pipein (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
sem.c 62 execute(struct command *t, int wtty, int *pipein, int *pipeout)
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)
553 (void)dup(pipein[0]);
554 (void)close(pipein[0]);
555 (void)close(pipein[1]);
  /src/sbin/restore/
tape.c 78 static int pipein = 0; variable in typeref:typename:int
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 && i == 0 && rd > 0
    [all...]

Completed in 12 milliseconds