Searched refs:_console_handle (Results 1 – 1 of 1) sorted by relevance
2114 static HANDLE _console_handle; // when set, console mode should be restored variable2142 _console_handle = in; in stdin_raw_init()2150 if (_console_handle != nullptr) { in stdin_raw_restore()2151 const HANDLE in = _console_handle; in stdin_raw_restore()2152 _console_handle = nullptr; // clear state in stdin_raw_restore()2164 if ((fd == STDIN_FILENO) && (_console_handle != nullptr)) { in unix_read_interruptible()2169 return _console_read(_console_handle, buf, len); in unix_read_interruptible()