Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h13 #define ANSI_FG_COLOR_RED 31 macro
95 {"fg.red}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp396 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
410 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED)); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp173 Definition("red", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_RED) ANSI_ESC_END),