Searched refs:stdout_handle (Results 1 – 3 of 3) 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()
72 HANDLE stdout_handle = GetStdioHandle(launch_info, STDOUT_FILENO); in LaunchProcess() local82 stdout_handle ? stdout_handle : ::GetStdHandle(STD_OUTPUT_HANDLE); in LaunchProcess()136 if (stdout_handle) in LaunchProcess()137 ::CloseHandle(stdout_handle); in LaunchProcess()
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()