Searched refs:init_color (Results 1 – 16 of 16) 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 | 758 NCURSES_SP_NAME(init_color) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 769 init_color(NCURSES_COLOR_T color, in init_color() function 774 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 | 2563 u8 init_color[0x2]; member
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 220 init_color.3x init_color.3ncurses
|
| H A D | manhtml.aliases | 75 init_color(3X) curs_color(3X)
|
| /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 | 574 curs_color.3 init_color.3 \
|
| /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/ncurses/include/ |
| H A D | curses.h.in | 688 extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLO… 1045 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, …
|
| /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 | 9479 + change limit-check in init_color() to allow r/g/b component to 10415 + restore original color definitions in endwin() if init_color() was
|