Symbol: attributes
lib/libcurses/EXAMPLES/ex1.c
115
bcc.attributes = 0;
lib/libcurses/EXAMPLES/ex1.c
256
bcc.attributes = al[ ac ];
lib/libcurses/EXAMPLES/ex1.c
94
cc.attributes = ncc.attributes = 0;
lib/libcurses/acs.c
153
_wacs_char[ count ].attributes = 0;
lib/libcurses/acs.c
272
_wacs_char[acs].attributes |= WA_ALTCHARSET;
lib/libcurses/add_wchstr.c
236
lp->attr = chp->attributes & WA_ATTRIBUTES;
lib/libcurses/add_wchstr.c
265
lp->attr = chp->attributes & WA_ATTRIBUTES;
lib/libcurses/addbytes.c
184
cc.attributes = attr;
lib/libcurses/addbytes.c
214
attr_t attributes;
lib/libcurses/addbytes.c
282
attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR);
lib/libcurses/addbytes.c
284
attributes |= attr & __COLOR;
lib/libcurses/addbytes.c
286
attributes |= win->wattr & __COLOR;
lib/libcurses/addbytes.c
327
if (attributes & __COLOR)
lib/libcurses/addbytes.c
329
attributes | (win->battr & ~__COLOR);
lib/libcurses/addbytes.c
331
(*lp)->line[*x].attr = attributes | win->battr;
lib/libcurses/addbytes.c
361
attr_t attributes;
lib/libcurses/addbytes.c
394
cc.attributes = win->wattr;
lib/libcurses/addbytes.c
548
attributes = (win->wattr | wch->attributes)
lib/libcurses/addbytes.c
550
if (wch->attributes & __COLOR)
lib/libcurses/addbytes.c
551
attributes |= wch->attributes & __COLOR;
lib/libcurses/addbytes.c
553
attributes |= win->wattr & __COLOR;
lib/libcurses/addbytes.c
554
if (attributes & __COLOR)
lib/libcurses/addbytes.c
555
lp->attr = attributes | (win->battr & ~__COLOR);
lib/libcurses/addbytes.c
557
lp->attr = attributes | win->battr;
lib/libcurses/addch.c
98
cc.vals[0], cc.attributes);
lib/libcurses/addwstr.c
163
cc.vals[0], cc.attributes, cc.elements);
lib/libcurses/background.c
176
win, (const char *)wunctrl(wch), wch->attributes);
lib/libcurses/background.c
231
battr = wch->attributes & WA_ATTRIBUTES;
lib/libcurses/background.c
270
win, (const char *)wunctrl(wch), wch->attributes);
lib/libcurses/background.c
294
wch->attributes = win->battr & WA_ATTRIBUTES;
lib/libcurses/background.c
295
if (__using_color && ((wch->attributes & __COLOR) == __default_color))
lib/libcurses/background.c
296
wch->attributes &= ~__COLOR;
lib/libcurses/border.c
171
out.attributes |= in & __ATTRIBUTES; \
lib/libcurses/border.c
249
left.vals[0], left.attributes );
lib/libcurses/border.c
251
right.vals[0], right.attributes );
lib/libcurses/border.c
253
top.vals[0], top.attributes );
lib/libcurses/border.c
255
bottom.vals[0], bottom.attributes );
lib/libcurses/border.c
257
topleft.vals[0], topleft.attributes );
lib/libcurses/border.c
259
topright.vals[0], topright.attributes );
lib/libcurses/border.c
261
botleft.vals[0], botleft.attributes );
lib/libcurses/border.c
263
botright.vals[0], botright.attributes );
lib/libcurses/border.c
266
left.attributes |= (left.attributes & __COLOR) ?
lib/libcurses/border.c
268
left.attributes |= (left.attributes & __COLOR) ?
lib/libcurses/border.c
270
right.attributes |= (right.attributes & __COLOR) ?
lib/libcurses/border.c
272
right.attributes |= (right.attributes & __COLOR) ?
lib/libcurses/border.c
274
top.attributes |= (top.attributes & __COLOR) ?
lib/libcurses/border.c
276
top.attributes |= (top.attributes & __COLOR) ?
lib/libcurses/border.c
278
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
280
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
282
topleft.attributes |= (topleft.attributes & __COLOR) ?
lib/libcurses/border.c
284
topleft.attributes |= (topleft.attributes & __COLOR) ?
lib/libcurses/border.c
286
topright.attributes |= (topright.attributes & __COLOR) ?
lib/libcurses/border.c
288
topright.attributes |= (topright.attributes & __COLOR) ?
lib/libcurses/border.c
290
botleft.attributes |= (botleft.attributes & __COLOR) ?
lib/libcurses/border.c
292
botleft.attributes |= (botleft.attributes & __COLOR) ?
lib/libcurses/border.c
294
botright.attributes |= (botright.attributes & __COLOR) ?
lib/libcurses/border.c
296
botright.attributes |= (botright.attributes & __COLOR) ?
lib/libcurses/border.c
311
win->alines[i]->line[j].attr = left.attributes;
lib/libcurses/border.c
356
win->alines[i]->line[j].attr = right.attributes;
lib/libcurses/border.c
419
win->alines[0]->line[i + j].attr = top.attributes;
lib/libcurses/border.c
462
win->alines[endy]->line[i + j].attr = bottom.attributes;
lib/libcurses/border.c
506
win->alines[0]->line[i].attr = topleft.attributes;
lib/libcurses/border.c
536
win->alines[0]->line[i].attr = topright.attributes;
lib/libcurses/border.c
566
win->alines[endy]->line[i].attr = botleft.attributes;
lib/libcurses/border.c
595
win->alines[endy]->line[i].attr = botright.attributes;
lib/libcurses/cchar.c
113
wcval->attributes = attrs & ~__COLOR;
lib/libcurses/cchar.c
115
wcval->attributes |= COLOR_PAIR(color_pair);
lib/libcurses/cchar.c
132
out->attributes |= in & __ATTRIBUTES;
lib/libcurses/cchar.c
137
out->attributes = in & __ATTRIBUTES;
lib/libcurses/cchar.c
71
*attrs = wcval->attributes;
lib/libcurses/cchar.c
73
*color_pair = PAIR_NUMBER(wcval->attributes);
lib/libcurses/copywin.c
125
cc.attributes = sp->attr;
lib/libcurses/curses.h
70
attr_t attributes; /* character attributes */
lib/libcurses/in_wch.c
95
wcval->attributes = lp->attr;
lib/libcurses/in_wchstr.c
148
wcp->attributes = start->attr;
lib/libcurses/in_wchstr.c
165
wcp->attributes = win->wattr;
lib/libcurses/ins_wch.c
186
start->attr = wch->attributes & WA_ATTRIBUTES;
lib/libcurses/ins_wstr.c
372
cc.attributes = win->wattr;
lib/libcurses/line.c
229
cc.attributes |= WACS_HLINE->attributes;
lib/libcurses/line.c
303
cc.attributes |= WACS_VLINE->attributes;
sbin/atactl/atactl.c
912
if (value_buf->attributes[j].id == i)
sbin/atactl/atactl.c
913
attr = &value_buf->attributes[j];
sbin/gpt/gpt.c
1272
gpt_attr_get(gpt_t gpt, uint64_t *attributes)
sbin/gpt/gpt.c
1278
*attributes = 0;
sbin/gpt/gpt.c
1288
*attributes |= gpt_attr[i].mask;
sbin/gpt/gpt.c
1304
gpt_attr_list(char *buf, size_t len, uint64_t attributes)
sbin/gpt/gpt.c
1329
if (attributes & gpt_attr[i].mask) {
sbin/gpt/gpt.c
1346
(attributes & gpt_attr[i].mask) >>
sbin/gpt/gpt.c
1353
attributes &=~ gpt_attr[i].mask;
sbin/gpt/gpt.c
1357
if (attributes != 0) {
sbin/gpt/gpt.c
1358
snprintf(xbuf, sizeof xbuf, "[%#jx]", (uintmax_t)attributes);
sbin/gpt/set.c
115
if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0))
sbin/gpt/set.c
118
return gpt_attr_update(gpt, entry, attributes, clear);
sbin/gpt/set.c
74
uint64_t attributes = 0, clear = 0;
sbin/gpt/set.c
81
if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1)
sbin/gpt/unset.c
115
return gpt_attr_update(gpt, entry, 0, attributes);
sbin/gpt/unset.c
74
uint64_t attributes = 0;
sbin/gpt/unset.c
81
if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1)
sys/dev/acpi/qcomscm.c
412
uint32_t attributes;
sys/dev/acpi/qcomscm.c
420
uint32_t *attributes, uint8_t *data, int *data_size)
sys/dev/acpi/qcomscm.c
476
if (attributes)
sys/dev/acpi/qcomscm.c
477
*attributes = resp->attributes;
sys/dev/acpi/qcomscm.c
489
if (attributes)
sys/dev/acpi/qcomscm.c
490
*attributes = resp->attributes;
sys/dev/acpi/qcomscm.c
518
uint32_t attributes;
sys/dev/acpi/qcomscm.c
533
uint32_t attributes, uint8_t *data, int data_size)
sys/dev/acpi/qcomscm.c
558
req->attributes = attributes;
sys/dev/acpi/qcomscm.c
699
qcscm_efi_get_variable(efi_char *name, struct uuid *guid, uint32_t *attributes,
sys/dev/acpi/qcomscm.c
714
attributes, data, &size);
sys/dev/acpi/qcomscm.c
722
qcscm_efi_set_variable(efi_char *name, struct uuid *guid, uint32_t attributes,
sys/dev/acpi/qcomscm.c
735
attributes, data, data_size);
sys/dev/ata/atareg.h
534
struct ata_smart_attr attributes[30];
sys/dev/ic/sti.c
575
snprintb(buf, sizeof(buf), STI_INQCONF_BITS, cfg.attributes);
sys/dev/ic/stireg.h
478
uint32_t attributes;
sys/dev/usb/uaudio.c
151
uint8_t attributes; /* Copy of bmAttributes of
sys/dev/usb/uaudio.c
2395
ai.attributes = sed->bmAttributes;
sys/dev/usb/uaudio.c
2407
if (ai.attributes & UA_SED_FREQ_CONTROL)
sys/dev/usb/uaudio.c
2409
if (ai.attributes & UA_SED_PITCH_CONTROL)
sys/fs/hfs/libhfs.c
1111
if (!(in_vol->vh.attributes & (1<<HFS_VOL_JOURNALED)))
sys/fs/hfs/libhfs.c
1185
out_header->attributes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1265
out_mdr->attributes = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1422
(hr.attributes & HFS_BIG_KEYS_MASK) ?
sys/fs/hfs/libhfs.c
1429
(hr.attributes & HFS_BIG_KEYS_MASK) ?
sys/fs/hfs/libhfs.c
1630
out_hr->attributes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
276
= (out_vol->chr.attributes & HFS_BIG_KEYS_MASK) ?
sys/fs/hfs/libhfs.c
298
= (out_vol->ehr.attributes & HFS_BIG_KEYS_MASK) ?
sys/fs/hfs/libhfs.c
303
if (out_vol->vh.attributes & (1<<HFS_VOL_JOURNALED)) {
sys/fs/hfs/libhfs.h
254
uint32_t attributes;
sys/fs/hfs/libhfs.h
310
uint32_t attributes; /* long aligned again */
sys/fs/hfs/libhfs.h
416
uint16_t attributes;
tests/lib/libcurses/director/testlang_parse.y
1715
if ((expected->attributes & WA_ATTRIBUTES) !=
tests/lib/libcurses/director/testlang_parse.y
1716
(value->attributes & WA_ATTRIBUTES )) {
tests/lib/libcurses/director/testlang_parse.y
1721
expected->attributes & WA_ATTRIBUTES,
tests/lib/libcurses/director/testlang_parse.y
1722
value->attributes & WA_ATTRIBUTES);
tests/lib/libcurses/director/testlang_parse.y
200
%type <string> attributes expr
tests/lib/libcurses/director/testlang_parse.y
241
cchar : CCHAR VARNAME attributes char_vals {
tests/lib/libcurses/director/testlang_parse.y
251
attributes : numeric
tests/lib/libcurses/director/testlang_parse.y
672
set_cchar(char *name, void *attributes)
tests/lib/libcurses/director/testlang_parse.y
686
if (sscanf((char *) attributes, "%d", &attribs) != 1)
tests/lib/libcurses/director/testlang_parse.y
692
vars[i].cchar.attributes = attribs;