HomeSort by relevance Sort by last modified time
    Searched full:old_stdin (Results 1 - 1 of 1) sorted by null

  /external/bison/djgpp/
subpipe.c 54 static int old_stdin; variable
125 old_stdin = dup(STDIN_FILENO);
126 if (old_stdin < 0)
290 if (dup2(old_stdin, STDIN_FILENO) < 0)
292 close(old_stdin);

Completed in 92 milliseconds