Home | History | Annotate | Download | only in src

Lines Matching refs:stdout_handle

4141   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
4145 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
4152 SetConsoleTextAttribute(stdout_handle,
4158 SetConsoleTextAttribute(stdout_handle, old_color_attrs);