Searched refs:_console_handle (Results 1 – 1 of 1) sorted by relevance
2279 static HANDLE _console_handle; // when set, console mode should be restored variable2307 _console_handle = in; in stdin_raw_init()2315 if (_console_handle != nullptr) { in stdin_raw_restore()2316 const HANDLE in = _console_handle; in stdin_raw_restore()2317 _console_handle = nullptr; // clear state in stdin_raw_restore()2329 if ((fd == STDIN_FILENO) && (_console_handle != nullptr)) { in unix_read_interruptible()2334 return _console_read(_console_handle, buf, len); in unix_read_interruptible()