Searched refs:ANSI_ESCAPE1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp347 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
348 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
352 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL));
361 error_sp->Printf(ANSI_ESCAPE1(ANSI_FG_COLOR_RED));
362 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD));
366 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h47 #define ANSI_ESCAPE1(s) ANSI_ESC_START ANSI_DEF_STR(s) ANSI_ESC_END macro

Completed in 64 milliseconds