OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLOR_PAIR
(Results
1 - 12
of
12
) sorted by relevancy
/src/games/colorbars/
colorbars.c
98
attrset(
COLOR_PAIR
(i));
104
attrset(
COLOR_PAIR
(0));
112
attrset(
COLOR_PAIR
(0));
/src/games/testpat/
testpat.c
103
attrset(
COLOR_PAIR
(0));
212
attrset(
COLOR_PAIR
(COLOR_BLACK));
233
attrset(
COLOR_PAIR
(COLOR_BLACK));
260
attrset(
COLOR_PAIR
(COLOR_BLACK));
271
attrset(
COLOR_PAIR
(COLOR_WHITE));
288
attrset(
COLOR_PAIR
(colour));
318
attrset(
COLOR_PAIR
(COLOR_BLACK));
355
attrset(
COLOR_PAIR
(COLOR_BLACK));
376
attrset(
COLOR_PAIR
(COLOR_WHITE));
401
attrset(
COLOR_PAIR
(COLOR_BLACK))
[
all
...]
/src/usr.bin/aiomixer/
draw.c
182
COLOR_PAIR
(color));
191
COLOR_PAIR
(color));
217
COLOR_PAIR
(COLOR_SET_SELECTED));
222
COLOR_PAIR
(COLOR_SET_SELECTED));
267
COLOR_PAIR
(COLOR_LEVELS));
275
COLOR_PAIR
(COLOR_LEVELS));
/src/lib/libcurses/
cchar.c
53
short *
color_pair
, void *opts)
67
if (attrs == NULL ||
color_pair
== NULL)
73
*
color_pair
= PAIR_NUMBER(wcval->attributes);
75
*
color_pair
= 0;
88
short
color_pair
, const void *opts)
114
if (__using_color &&
color_pair
)
115
wcval->attributes |=
COLOR_PAIR
(
color_pair
);
chgat.c
72
attr = (attr & ~__COLOR) |
COLOR_PAIR
(color);
attributes.c
209
attr = (attr & ~__COLOR) |
COLOR_PAIR
(pair);
229
__wcolor_set(win, (attr_t)
COLOR_PAIR
(pair));
color.c
115
__default_color =
COLOR_PAIR
(MAX_PAIRS - 1);
117
__default_color =
COLOR_PAIR
(0);
660
uint32_t cl =
COLOR_PAIR
(pair);
curses.h
402
#define
COLOR_PAIR
(n) (((__UINT32_CAST(n)) << 17) & A_COLOR)
/src/usr.bin/menuc/
menu_sys.def
273
wbkgd(m->mw,
COLOR_PAIR
(1));
274
wattrset(m->mw,
COLOR_PAIR
(1));
666
bkgd(
COLOR_PAIR
(1));
667
attrset(
COLOR_PAIR
(1));
/src/lib/libcurses/EXAMPLES/
view.c
285
bkgd(
COLOR_PAIR
(my_pair));
/src/games/worms/
worms.c
604
*ip++ =
COLOR_PAIR
(nc + 1) | attr[i];
/src/usr.sbin/sysinst/
util.c
2129
wbkgd(stdscr,
COLOR_PAIR
(1));
2130
wbkgd(mainwin,
COLOR_PAIR
(1));
2131
wattrset(stdscr,
COLOR_PAIR
(1));
2132
wattrset(mainwin,
COLOR_PAIR
(1));
Completed in 19 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025