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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h31 #define ANSI_CTRL_BOLD 1 macro
89 {"bold}", ANSI_ESC_START _TO_STR(ANSI_CTRL_BOLD) ANSI_ESC_END},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp348 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
362 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp221 ENTRY_STRING("bold", ANSI_ESC_START _TO_STR(ANSI_CTRL_BOLD) ANSI_ESC_END),

Completed in 85 milliseconds