Searched refs:stdout_handle (Results 1 – 7 of 7) sorted by relevance
133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
768 HANDLE stdout_handle; in pex_win32_exec_child() local791 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()795 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()799 stderr_handle = stdout_handle; in pex_win32_exec_child()850 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
789 HANDLE stdout_handle; in pex_win32_exec_child() local812 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()816 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()820 stderr_handle = stdout_handle; in pex_win32_exec_child()871 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
3051 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()3069 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()