Searched refs:init_color (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c162 static inline const char *init_color(const char *);
335 init_color(const char *d) function
649 color = init_color("01;31");
653 color = init_color("01;31");
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c587 NCURSES_SP_NAME(init_color) (NCURSES_SP_DCLx function
596 T((T_CALLED("init_color(%p,%d,%d,%d,%d)"),
642 init_color(NCURSES_COLOR_T color, function
647 return NCURSES_SP_NAME(init_color) (CURRENT_SCREEN, color, r, g, b);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h553 extern int init_color(int, int, int, int);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile659 curs_color.3 init_color.3 \
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c2073 NCURSES_SP_NAME(init_color) (NCURSES_SP_ARGx
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2675 report_return(init_color(colour, red, green, blue));

Completed in 124 milliseconds