Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c685 bool_t stdin_eof = FALSE, stdout_eof = FALSE, stderr_eof = FALSE; in process_pipe_io() local
702 stdin_eof = TRUE; in process_pipe_io()
738 while (!stdin_eof || !stdout_eof || !stderr_eof || !child_dead) { in process_pipe_io()
740 if (!stdin_eof) { in process_pipe_io()
772 stdin_eof = TRUE; in process_pipe_io()