Searched refs:console_ (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/util/test/ |
D | gn_test.cc | 92 console_ = GetStdHandle(STD_OUTPUT_HANDLE); in ScopedEnableVTEscapeProcessing() 94 if (GetConsoleScreenBufferInfo(console_, &csbi) && in ScopedEnableVTEscapeProcessing() 95 GetConsoleMode(console_, &original_mode_)) { in ScopedEnableVTEscapeProcessing() 96 SetConsoleMode(console_, original_mode_ | in ScopedEnableVTEscapeProcessing() 100 console_ = INVALID_HANDLE_VALUE; in ScopedEnableVTEscapeProcessing() 106 SetConsoleMode(console_, original_mode_); in ~ScopedEnableVTEscapeProcessing() 109 bool is_valid() const { return console_ != INVALID_HANDLE_VALUE; } in is_valid() 111 HANDLE console_; member
|
/third_party/ninja/src/ |
D | line_printer.cc | 43 console_ = GetStdHandle(STD_OUTPUT_HANDLE); in LinePrinter() 45 smart_terminal_ = GetConsoleScreenBufferInfo(console_, &csbi); in LinePrinter() 57 if (GetConsoleMode(console_, &mode)) { in LinePrinter() 58 if (!SetConsoleMode(console_, mode | ENABLE_VIRTUAL_TERMINAL_PROCESSING)) { in LinePrinter() 82 GetConsoleScreenBufferInfo(console_, &csbi); in Print() 104 WriteConsoleOutput(console_, &char_data[0], buf_size, zero_zero, &target); in Print()
|
D | line_printer.h | 69 void* console_; member
|
/third_party/lz4/programs/ |
D | lz4.1.md | 43 When `stdout` _is Not the console_, it becomes the implicit output.
|