Home | History | Annotate | Download | only in ceres

Lines Matching refs:stdout_handle

3944   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
3948 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
3955 SetConsoleTextAttribute(stdout_handle,
3961 SetConsoleTextAttribute(stdout_handle, old_color_attrs);