Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h19 #define ANSI_FG_COLOR_WHITE 37 macro
101 {"fg.white}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_WHITE) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp183 ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_WHITE) ANSI_ESC_END),
H A DIOHandlerCursesGUI.cpp532 (value >= ANSI_FG_COLOR_BLACK && value <= ANSI_FG_COLOR_WHITE))) { in OutputColoredStringTruncated()