Home | History | Annotate | Download | only in libcurses

Lines Matching refs:__COLOR

278 	attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR);
279 if (attr & __COLOR)
280 attributes |= attr & __COLOR;
281 else if (win->wattr & __COLOR)
282 attributes |= win->wattr & __COLOR;
323 if (attributes & __COLOR)
325 attributes | (win->battr & ~__COLOR);
536 & (WA_ATTRIBUTES & ~__COLOR);
537 if (wch->attributes & __COLOR)
538 attributes |= wch->attributes & __COLOR;
539 else if (win->wattr & __COLOR)
540 attributes |= win->wattr & __COLOR;
541 if (attributes & __COLOR)
542 lp->attr = attributes | (win->battr & ~__COLOR);