OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WA_ATTRIBUTES
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libcurses/
chgat.c
93
lc->attr = (lc->attr & ~
WA_ATTRIBUTES
) | attr;
setterm.c
156
screen->mask_op =
WA_ATTRIBUTES
& ~__COLOR;
195
screen->mask_ue =
WA_ATTRIBUTES
& ~__UNDERSCORE;
215
screen->mask_se =
WA_ATTRIBUTES
& ~__STANDOUT;
add_wchstr.c
236
lp->attr = chp->attributes &
WA_ATTRIBUTES
;
265
lp->attr = chp->attributes &
WA_ATTRIBUTES
;
background.c
231
battr = wch->attributes &
WA_ATTRIBUTES
;
294
wch->attributes = win->battr &
WA_ATTRIBUTES
;
attributes.c
153
*attr &=
WA_ATTRIBUTES
;
211
__wattr_off(win,
WA_ATTRIBUTES
);
ins_wch.c
186
start->attr = wch->attributes &
WA_ATTRIBUTES
;
addbytes.c
536
& (
WA_ATTRIBUTES
& ~__COLOR);
580
tp->attr = lp->attr &
WA_ATTRIBUTES
;
cr_put.c
457
if ((csp->attr &
WA_ATTRIBUTES
)
curses_private.h
338
((_sp)->attr &
WA_ATTRIBUTES
) != (_battr) || \
refresh.c
828
&
WA_ATTRIBUTES
834
&
WA_ATTRIBUTES
842
&
WA_ATTRIBUTES
896
&
WA_ATTRIBUTES
1171
attr_mask =
WA_ATTRIBUTES
;
curses.h
261
#define
WA_ATTRIBUTES
0x03ffffff /* Wide character attributes mask */
/src/tests/lib/libcurses/director/
testlang_parse.y
1715
if ((expected->attributes &
WA_ATTRIBUTES
) !=
1716
(value->attributes &
WA_ATTRIBUTES
)) {
1721
expected->attributes &
WA_ATTRIBUTES
,
1722
value->attributes &
WA_ATTRIBUTES
);
Completed in 61 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025