Home
last modified time | relevance | path

Searched refs:ANSI_FG_COLOR_BLUE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h16 #define ANSI_FG_COLOR_BLUE 34 macro
98 {"fg.blue}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BLUE) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp178 Definition("blue", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BLUE) ANSI_ESC_END),