Searched refs:tty_in (Results 1 – 1 of 1) sorted by relevance
176 static FILE *tty_in, *tty_out; variable339 p = fgets(result, maxsize, tty_in); in read_string_inner()342 if (feof(tty_in)) in read_string_inner()344 if (ferror(tty_in)) in read_string_inner()349 } else if (!read_till_nl(tty_in)) in read_string_inner()380 tty_in = stdin; in open_console()387 tty_in = stdin; in open_console()391 tty_in = stdin; in open_console()400 tty_in = stdin; in open_console()556 if (tty_in != stdin) in close_console()[all …]
Completed in 4 milliseconds