Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h12 #define ANSI_FG_COLOR_BLACK 30 macro
94 {"fg.black}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BLACK) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp172 ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BLACK) ANSI_ESC_END),
H A DIOHandlerCursesGUI.cpp532 (value >= ANSI_FG_COLOR_BLACK && value <= ANSI_FG_COLOR_WHITE))) { in OutputColoredStringTruncated()
549 ::wattron(m_window, COLOR_PAIR(value - ANSI_FG_COLOR_BLACK + 1 + in OutputColoredStringTruncated()