Searched refs:info_input_stream (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c44 static FILE *info_input_stream = NULL; variable
292 if (!info_input_stream)
295 info_input_stream = stdin;
313 if ((info_input_stream != (FILE *)NULL) &&
314 (info_input_stream != stdin))
315 fclose (info_input_stream);
317 info_input_stream = stream;
3841 FD_SET (fileno (info_input_stream), &readfds);
3844 ready = select (fileno(info_input_stream)+1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
4157 tty = fileno (info_input_stream);
[all...]

Completed in 43 milliseconds