Home | History | Annotate | Download | only in src

Lines Matching refs:stdout_handle

2610   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
2614 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2617 SetConsoleTextAttribute(stdout_handle,
2622 SetConsoleTextAttribute(stdout_handle, old_color_attrs);