Searched refs:init_pair (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c85 init_pair(0, (short) fg, (short) bg);
H A Dlib_color.c432 NCURSES_SP_NAME(init_pair) (NCURSES_SP_DCLx function
441 T((T_CALLED("init_pair(%p,%d,%d,%d)"),
578 init_pair(NCURSES_COLOR_T pair, NCURSES_COLOR_T f, NCURSES_COLOR_T b) function
580 return NCURSES_SP_NAME(init_pair) (CURRENT_SCREEN, pair, f, b);
/freebsd-11-stable/tools/tools/ath/athratestats/
H A Dmain.c374 init_pair(1, COLOR_YELLOW, cb);
376 init_pair(2, COLOR_RED, cb);
378 init_pair(3, COLOR_CYAN, cb);
380 init_pair(4, COLOR_BLUE, cb);
382 init_pair(5, COLOR_MAGENTA, cb);
/freebsd-11-stable/usr.bin/grdc/
H A Dgrdc.c114 init_pair(1, COLOR_BLACK, COLOR_RED);
115 init_pair(2, COLOR_RED, COLOR_BLACK);
116 init_pair(3, COLOR_WHITE, COLOR_BLACK);
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c198 init_pair(1, COLOR_GREEN, cb);
199 init_pair(2, COLOR_MAGENTA, cb);
200 init_pair(3, COLOR_RED, cb);
/freebsd-11-stable/sys/teken/demo/
H A Dteken_demo.c317 init_pair(i + 8 * j, ccolors[i], ccolors[j]);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1379 init_pair(1, COLOR_RED, cb);
1380 init_pair(2, COLOR_YELLOW, cb);
1381 init_pair(3, COLOR_GREEN, cb);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4044 init_pair(1, COLOR_WHITE, COLOR_BLUE);
4045 init_pair(2, COLOR_BLACK, COLOR_WHITE);
4046 init_pair(3, COLOR_MAGENTA, COLOR_WHITE);
4047 init_pair(4, COLOR_MAGENTA, COLOR_BLACK);
4048 init_pair(5, COLOR_RED, COLOR_BLACK);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c256 NCURSES_SP_NAME(init_pair) (NCURSES_SP_ARGx
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h554 extern int init_pair(int, int, int);
/freebsd-11-stable/contrib/dialog/
H A Dutil.c467 (void) init_pair(i + 1,
544 (void) init_pair((short) pair, (short) foreground, (short) background);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile660 curs_color.3 init_pair.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2706 report_return(init_pair(pair, fore, back));

Completed in 202 milliseconds