Searched refs:color_content (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | color_content | 3 call4 OK 0 0 0 color_content $COLOR_BLACK 4 call4 OK 1000 0 0 color_content $COLOR_RED 5 call4 OK 0 1000 0 color_content $COLOR_GREEN 6 call4 OK 1000 1000 0 color_content $COLOR_YELLOW 7 call4 OK 0 0 1000 color_content $COLOR_BLUE 8 call4 OK 1000 0 1000 color_content $COLOR_MAGENTA 9 call4 OK 0 1000 1000 color_content $COLOR_CYAN 10 call4 OK 1000 1000 1000 color_content $COLOR_WHITE
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 898 NCURSES_SP_NAME(color_content) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 916 color_content(NCURSES_COLOR_T color, in color_content() function 921 return NCURSES_SP_NAME(color_content) (CURRENT_SCREEN, color, r, g, b); in color_content()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 187 color_content.3x color_content.3ncurses
|
| H A D | manhtml.aliases | 44 color_content(3X) curs_color(3X)
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 170 "color_content" @35 NONAME
|
| H A D | ncurses.ref | 56 "color_content" @35 NONAME ; implemented
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 572 curs_color.3 color_content.3 \
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 335 #undef color_content 336 int color_content(
|
| H A D | llib-lncurses | 332 #undef color_content 333 int color_content(
|
| H A D | llib-lncursestw | 372 #undef color_content 373 int color_content(
|
| H A D | llib-lncursesw | 369 #undef color_content 370 int color_content(
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 648 extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES… 1029 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_…
|
| /freebsd/contrib/ncurses/ |
| H A D | MANIFEST | 1111 ./test/color_content.c
|
| H A D | NEWS | 2650 + add -x option to test/pair_content, test/color_content for testing 2653 + add -p option to test/pair_content, test/color_content to show the 2685 + add test/pair_content.c and test/color_content.c 3393 color_content() and pair_content() to dummy parameters. 3401 improve color_content(). 9165 pair_content() and color_content(). 12396 that color_content() will return usable values for COLORS greater 12500 + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
|
| H A D | INSTALL | 1663 in that special case for the color_content function.
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 1886 report_return(color_content(colour, &red, &green, &blue)); in cmd_color_content()
|