Lines Matching refs:attributes
180 cc.attributes = attr;
210 attr_t attributes;
278 attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR);
280 attributes |= attr & __COLOR;
282 attributes |= win->wattr & __COLOR;
323 if (attributes & __COLOR)
325 attributes | (win->battr & ~__COLOR);
327 (*lp)->line[*x].attr = attributes | win->battr;
357 attr_t attributes;
388 cc.attributes = win->wattr;
535 attributes = (win->wattr | wch->attributes)
537 if (wch->attributes & __COLOR)
538 attributes |= wch->attributes & __COLOR;
540 attributes |= win->wattr & __COLOR;
541 if (attributes & __COLOR)
542 lp->attr = attributes | (win->battr & ~__COLOR);
544 lp->attr = attributes | win->battr;