Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h52 #define ANSI_CTRL_BOLD 1 macro
127 {"bold}", ANSI_ESC_START _TO_STR(ANSI_CTRL_BOLD) ANSI_ESC_END},
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp397 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
411 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp206 Definition("bold", ANSI_ESC_START _TO_STR(ANSI_CTRL_BOLD) ANSI_ESC_END),