/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | SchedulerStatistics.cpp | 107 bool HasColors = OS.has_colors(); in printSchedulerStats() 138 bool HasColors = FOS.has_colors(); in printSchedulerUsage()
|
H A D | TimelineView.cpp | 123 if (!OS.has_colors()) in tryChangeColor() 174 if (OS.has_colors()) in printWaitTimeEntry()
|
H A D | BottleneckAnalysis.cpp | 321 bool HasColors = FOS.has_colors(); in printCriticalSequence()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | libbsddialog.c | 69 hastermcolors = (error == OK && has_colors()) ? true : false; in bsddialog_init_notheme()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 37 return *UseColor == cl::BOU_UNSET ? OS.has_colors() in DefaultAutoDetectFunction()
|
H A D | raw_ostream.cpp | 866 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 351 virtual bool has_colors() const { return is_displayed(); } in has_colors() function 547 bool has_colors() const override;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 57 bool ShowColors = Out.has_colors(); in TraverseDecl()
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 116 hascolor = has_colors(); in main()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_color.c | 799 NCURSES_SP_NAME(has_colors) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument 822 has_colors(void) in has_colors() function 824 return NCURSES_SP_NAME(has_colors) (CURRENT_SCREEN); in has_colors()
|
H A D | lib_set_term.c | 551 if (NCURSES_SP_NAME(has_colors) (NCURSES_SP_ARG)) { in NCURSES_SP_NAME() local 582 if (has_colors()) { in NCURSES_SP_NAME()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | ErrorHandler.cpp | 43 stderrOS.enable_colors(stderrOS.has_colors()); in initialize()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 204 "has_colors" @69 NONAME
|
H A D | ncurses.ref | 90 "has_colors" @69 NONAME ; implemented
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.c | 1310 if(has_colors() == TRUE) { in main()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 1194 if (has_colors()) { in _nc_cookie_init()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 571 curs_color.3 has_colors.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 674 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ 1039 extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 322 #undef has_colors 323 NCURSES_BOOL has_colors(void)
|
H A D | llib-lncurses | 319 #undef has_colors 320 NCURSES_BOOL has_colors(void)
|
H A D | llib-lncursestw | 359 #undef has_colors 360 NCURSES_BOOL has_colors(void)
|
H A D | llib-lncursesw | 356 #undef has_colors 357 NCURSES_BOOL has_colors(void)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1093 ? Stream.has_colors() in dumpPretty()
|
/freebsd/contrib/dialog/ |
H A D | util.c | 505 if (has_colors()) { /* Terminal supports color? */ in dlg_color_setup()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2542 report_int(has_colors()); in cmd_has_colors()
|