OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_pair
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.bin/aiomixer/
main.c
553
init_pair
(COLOR_CONTROL_SELECTED, COLOR_BLUE, COLOR_BLACK);
554
init_pair
(COLOR_LEVELS, COLOR_GREEN, COLOR_BLACK);
555
init_pair
(COLOR_SET_SELECTED, COLOR_BLACK, COLOR_GREEN);
556
init_pair
(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED);
557
init_pair
(COLOR_ENUM_OFF, COLOR_WHITE, COLOR_BLUE);
558
init_pair
(COLOR_ENUM_MISC, COLOR_BLACK, COLOR_YELLOW);
/src/games/testpat/
testpat.c
94
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);
/src/games/colorbars/
colorbars.c
86
init_pair
(i, COLOR_WHITE, colorInfo[i].color);
/src/lib/libcurses/EXAMPLES/
view.c
284
init_pair
(my_pair, COLOR_WHITE, COLOR_BLUE);
/src/lib/libcurses/
Makefile
109
curses_color.3
init_pair
.3 curses_screen.3 initscr.3 \
color.c
267
*
init_pair
--
274
init_pair
(short pair, short fore, short back)
function in typeref:typename:int
278
__CTRACE(__CTRACE_COLOR, "
init_pair
: %d, %d, %d\n", pair, fore, back);
curses.h
693
int
init_pair
(short, short, short);
/src/games/worms/
worms.c
602
if (
init_pair
(nc + 1, clr[j], -1) == ERR)
/src/usr.bin/menuc/
menu_sys.def
665
init_pair
(1, COLOR_WHITE, COLOR_BLUE);
/src/usr.sbin/sysinst/
util.c
2128
init_pair
(1, fg, bg);
/src/tests/lib/libcurses/slave/
curses_commands.c
1781
report_return(
init_pair
(pair, fore, back));
Completed in 55 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025