Home
last modified time | relevance | path

Searched refs:old_stdin (Results 1 – 1 of 1) sorted by relevance

/external/bison/djgpp/
Dsubpipe.c54 static int old_stdin; variable
125 old_stdin = dup(STDIN_FILENO); in create_subpipe()
126 if (old_stdin < 0) in create_subpipe()
290 if (dup2(old_stdin, STDIN_FILENO) < 0) in reap_subpipe()
292 close(old_stdin); in reap_subpipe()