| /freebsd/contrib/dialog/ |
| H A D | arrows.c | 54 if (pair_content(fg_pair, &fg_f, &bg_f) != ERR in merge_colors() 55 && pair_content(bg_pair, &fg_b, &bg_b) != ERR) { in merge_colors()
|
| H A D | util.c | 590 if (pair_content((short) pair, &fg, &bg) != ERR in dlg_color_pair() 622 && pair_content((short) pair, &fg, &bg) != ERR) { in define_color() 860 if (pair_content(pair, &fg, &bg) != ERR in dlg_print_text()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 967 NCURSES_SP_NAME(pair_content) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 983 pair_content(NCURSES_COLOR_T pair, NCURSES_COLOR_T *f, NCURSES_COLOR_T *b) in pair_content() function 985 return NCURSES_SP_NAME(pair_content) (CURRENT_SCREEN, pair, f, b); in pair_content()
|
| /freebsd/usr.bin/systat/ |
| H A D | main.c | 209 pair_content(0, &cf, &cb); in main()
|
| /freebsd/tools/tools/ath/athratestats/ |
| H A D | main.c | 377 pair_content(0, &cf, &cb); in main()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 154 if (pair_content(pairnum, &fg, &bg) == OK) { in _traceattr2()
|
| /freebsd/usr.sbin/gstat/ |
| H A D | gstat.c | 206 pair_content(0, &cf, &cb); in main()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | theme.c | 275 if (pair_content(PAIR_NUMBER(color), &fg, &bg) != OK) in bsddialog_color_attrs()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 308 "pair_content" @208 NONAME
|
| H A D | ncurses.ref | 229 "pair_content" @208 NONAME ; implemented
|
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 1312 pair_content(0, &cf, &cb); in main()
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 576 curs_color.3 pair_content.3 \
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | tty_update.c | 551 if (NCURSES_SP_NAME(pair_content) (NCURSES_SP_ARGx in can_clear_with()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 359 #undef pair_content 360 int pair_content(
|
| H A D | llib-lncurses | 356 #undef pair_content 357 int pair_content(
|
| H A D | llib-lncursestw | 396 #undef pair_content 397 int pair_content(
|
| H A D | llib-lncursesw | 393 #undef pair_content 394 int pair_content(
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 773 extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* im… 1063 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T…
|
| /freebsd/contrib/ncurses/ |
| H A D | MANIFEST | 1200 ./test/pair_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 2914 + add check in pair_content() to handle the case where caller asks 3393 color_content() and pair_content() to dummy parameters. 9165 pair_content() and color_content(). 9166 + modify pair_content() to return -1 for consistency with init_pair() 12500 + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
|
| H A D | INSTALL | 1974 + pair_content() now returns -1 for consistency with init_pair() if it
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 3779 report_return(pair_content(pair, &fore, &back)); in cmd_pair_content()
|