Searched refs:ANSI_FG_COLOR_RED (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h10 #define ANSI_FG_COLOR_RED 31 macro
73 {"fg.red}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp347 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
361 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp183 ENTRY_STRING("red", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END),

Completed in 115 milliseconds