Searched refs:has_colors (Results 1 – 8 of 8) sorted by relevance
23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) { in WithColor()35 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) in ~WithColor()
100 if (!outs().has_colors()) in processStartTag()116 if (!outs().has_colors()) in processEndTag()
256 virtual bool has_colors() const { return is_displayed(); } in has_colors() function411 bool has_colors() const override;
225 if (has_colors()) { /* Terminal supports color? */ in color_setup()444 if (has_colors()) { /* Whether terminal supports color? */ in draw_shadow()
56 bool ShowColors = Out.has_colors(); in TraverseDecl()
338 ShowColors &= S.has_colors(); in print()
706 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
363 // isn't entirely obvious. We can use the curses routine 'has_colors' but it