Searched refs:init_color (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/tests/lib/libcurses/tests/ |
H A D | init_color | 3 # init_color is not implemented, it will return ERR 4 call ERR init_color $COLOR_CYAN 1000 500 300
|
H A D | Makefile | 83 FILES+= init_color
|
/netbsd-src/usr.bin/grep/ |
H A D | grep.c | 146 static inline const char *init_color(const char *); 309 init_color(const char *d) in init_color() function 597 color = init_color("01;31"); in main() 601 color = init_color("01;31"); in main()
|
/netbsd-src/tests/lib/libcurses/ |
H A D | t_curses.sh | 1443 atf_test_case init_color 1450 h_run init_color 2364 atf_add_test_case init_color
|
/netbsd-src/lib/libcurses/ |
H A D | Makefile | 108 curses_inch.3 innstr.3 curses_color.3 init_color.3 \
|
H A D | color.c | 410 init_color(short color, short red, short green, short blue) in init_color() function
|
H A D | curses.h | 692 int init_color(short, short, short, short);
|
/netbsd-src/tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 1768 report_return(init_color(colour, red, green, blue)); in cmd_init_color()
|