Searched refs:do_color (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h84 bool do_color = true) {
85 // Convert "${ansi.XXX}" tokens to ansi values or clear them if do_color is
161 if (do_color)
/freebsd-current/usr.bin/diff/
H A Ddiff.c135 static bool do_color(void);
392 if (do_color()) {
655 do_color(void) function
/freebsd-current/bin/ls/
H A Dls.c179 do_color(void) function
483 if (do_color()) {
/freebsd-current/tools/build/
H A Dcheckstyle9.pl1179 my $do_color = $color && !$github;
1180 $output .= BOLD if $do_color;
1184 $output .= RED if $do_color && $level eq 'ERROR';
1185 $output .= MAGENTA if $do_color && $level eq 'WARNING';
1187 $output .= RESET if $do_color;

Completed in 196 milliseconds