Searched refs:_console_handle (Results 1 – 1 of 1) sorted by relevance
1999 static HANDLE _console_handle; // when set, console mode should be restored variable2027 _console_handle = in; in stdin_raw_init()2035 if (_console_handle != NULL) { in stdin_raw_restore()2036 const HANDLE in = _console_handle; in stdin_raw_restore()2037 _console_handle = NULL; // clear state in stdin_raw_restore()2049 if ((fd == STDIN_FILENO) && (_console_handle != NULL)) { in unix_read_interruptible()2054 return _console_read(_console_handle, buf, len); in unix_read_interruptible()