Home | History | Annotate | Download | only in src

Lines Matching refs:stdout_handle

2641   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
2645 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2652 SetConsoleTextAttribute(stdout_handle,
2658 SetConsoleTextAttribute(stdout_handle, old_color_attrs);