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 57 static int old_stdin; variable
117 old_stdin = dup(STDIN_FILENO);
118 if (old_stdin < 0)
282 if (dup2(old_stdin, STDIN_FILENO) < 0)
284 close(old_stdin);

Completed in 992 milliseconds