Home
last modified time | relevance | path

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

/external/bison/lib/
Derror.c146 int stdout_fd; in flush_stdout() local
152 stdout_fd = STDOUT_FILENO; in flush_stdout()
157 stdout_fd = fileno (stdout); in flush_stdout()
162 if (0 <= stdout_fd && is_open (stdout_fd)) in flush_stdout()