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

/netbsd-current/usr.bin/aiomixer/
H A Dmain.c555 init_pair(COLOR_CONTROL_SELECTED, COLOR_BLUE, COLOR_BLACK);
556 init_pair(COLOR_LEVELS, COLOR_GREEN, COLOR_BLACK);
557 init_pair(COLOR_SET_SELECTED, COLOR_BLACK, COLOR_GREEN);
558 init_pair(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED);
559 init_pair(COLOR_ENUM_OFF, COLOR_WHITE, COLOR_BLUE);
560 init_pair(COLOR_ENUM_MISC, COLOR_BLACK, COLOR_YELLOW);
/netbsd-current/games/testpat/
H A Dtestpat.c94 init_pair(0, COLOR_WHITE, COLOR_BLACK);
95 init_pair(1, COLOR_WHITE, COLOR_RED);
96 init_pair(2, COLOR_WHITE, COLOR_GREEN);
97 init_pair(3, COLOR_WHITE, COLOR_YELLOW);
98 init_pair(4, COLOR_WHITE, COLOR_BLUE);
99 init_pair(5, COLOR_WHITE, COLOR_MAGENTA);
100 init_pair(6, COLOR_WHITE, COLOR_CYAN);
101 init_pair(7, COLOR_BLACK, COLOR_WHITE);
/netbsd-current/games/colorbars/
H A Dcolorbars.c86 init_pair(i, COLOR_WHITE, colorInfo[i].color);
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c284 init_pair(my_pair, COLOR_WHITE, COLOR_BLUE);
/netbsd-current/lib/libcurses/
H A DMakefile109 curses_color.3 init_pair.3 curses_screen.3 initscr.3 \
H A Dcolor.c266 * init_pair --
273 init_pair(short pair, short fore, short back) function
277 __CTRACE(__CTRACE_COLOR, "init_pair: %d, %d, %d\n", pair, fore, back);
H A Dcurses.h692 int init_pair(short, short, short);
/netbsd-current/games/worms/
H A Dworms.c602 if (init_pair(nc + 1, clr[j], -1) == ERR)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c282 init_pair (next, fg, bg);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c286 init_pair (next, fg, bg);
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c2129 init_pair(1, fg, bg);
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c1781 report_return(init_pair(pair, fore, back));

Completed in 313 milliseconds