Home | History | Annotate | Download | only in src

Lines Matching refs:stdout_handle

2634   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
2638 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2645 SetConsoleTextAttribute(stdout_handle,
2651 SetConsoleTextAttribute(stdout_handle, old_color_attrs);