Searched refs:init_color (Results 1 – 14 of 14) sorted by relevance
/freebsd/usr.bin/grep/ |
H A D | grep.c | 134 static inline const char *init_color(const char *); 303 init_color(const char *d) in init_color() function 584 color = init_color("01;31"); 588 color = init_color("01;31");
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_color.c | 756 NCURSES_SP_NAME(init_color) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 767 init_color(NCURSES_COLOR_T color, in init_color() function 772 return NCURSES_SP_NAME(init_color) (CURRENT_SCREEN, color, r, g, b); in init_color()
|
/freebsd/sys/dev/mlx5/ |
H A D | fs.h | 183 u8 init_color; member
|
H A D | mlx5_ifc.h | 2557 u8 init_color[0x2]; member
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 215 "init_color" @81 NONAME
|
H A D | ncurses.ref | 102 "init_color" @81 NONAME ; implemented
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 572 curs_color.3 init_color.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 685 extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLO… 1042 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, …
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 300 #undef init_color 301 int init_color(
|
H A D | llib-lncurses | 297 #undef init_color 298 int init_color(
|
H A D | llib-lncursestw | 337 #undef init_color 338 int init_color(
|
H A D | llib-lncursesw | 334 #undef init_color 335 int init_color(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2675 report_return(init_color(colour, red, green, blue)); in cmd_init_color()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 8910 + change limit-check in init_color() to allow r/g/b component to 9846 + restore original color definitions in endwin() if init_color() was
|