Home | History | Annotate | Download | only in libcurses

Lines Matching refs:__COLOR

112 	left |= (left & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
113 left |= (left & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
114 right |= (right & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
115 right |= (right & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
116 top |= (top & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
117 top |= (top & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
118 bottom |= (bottom & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
119 bottom |= (bottom & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
120 topleft |= (topleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
121 topleft |= (topleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
122 topright |= (topright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
123 topright |= (topright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
124 botleft |= (botleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
125 botleft |= (botleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
126 botright |= (botright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
127 botright |= (botright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
266 left.attributes |= (left.attributes & __COLOR) ?
267 (win->wattr & ~__COLOR) : win->wattr;
268 left.attributes |= (left.attributes & __COLOR) ?
269 (win->battr & ~__COLOR) : win->battr;
270 right.attributes |= (right.attributes & __COLOR) ?
271 (win->wattr & ~__COLOR) : win->wattr;
272 right.attributes |= (right.attributes & __COLOR) ?
273 (win->battr & ~__COLOR) : win->battr;
274 top.attributes |= (top.attributes & __COLOR) ?
275 (win->wattr & ~__COLOR) : win->wattr;
276 top.attributes |= (top.attributes & __COLOR) ?
277 (win->battr & ~__COLOR) : win->battr;
278 bottom.attributes |= (bottom.attributes & __COLOR) ?
279 (win->wattr & ~__COLOR) : win->wattr;
280 bottom.attributes |= (bottom.attributes & __COLOR) ?
281 (win->battr & ~__COLOR) : win->battr;
282 topleft.attributes |= (topleft.attributes & __COLOR) ?
283 (win->wattr & ~__COLOR) : win->wattr;
284 topleft.attributes |= (topleft.attributes & __COLOR) ?
285 (win->battr & ~__COLOR) : win->battr;
286 topright.attributes |= (topright.attributes & __COLOR) ?
287 (win->wattr & ~__COLOR) : win->wattr;
288 topright.attributes |= (topright.attributes & __COLOR) ?
289 (win->battr & ~__COLOR) : win->battr;
290 botleft.attributes |= (botleft.attributes & __COLOR) ?
291 (win->wattr & ~__COLOR) : win->wattr;
292 botleft.attributes |= (botleft.attributes & __COLOR) ?
293 (win->battr & ~__COLOR) : win->battr;
294 botright.attributes |= (botright.attributes & __COLOR) ?
295 (win->wattr & ~__COLOR) : win->wattr;
296 botright.attributes |= (botright.attributes & __COLOR) ?
297 (win->battr & ~__COLOR) : win->battr;