OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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