Home
last modified time | relevance | path

Searched defs:has_colors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c534 if (NCURSES_SP_NAME(has_colors) (NCURSES_SP_ARG)) { in NCURSES_SP_NAME() local
H A Dlib_color.c801 NCURSES_SP_NAME(has_colors) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
824 has_colors(void) in has_colors() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h338 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp869 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream