Searched refs:__using_color (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dinch.c94 if (__using_color && ((attr & __COLOR) == __default_color))
H A Dcchar.c72 if (__using_color)
114 if (__using_color && color_pair)
H A Dbackground.c77 if (__using_color && !(ch & __COLOR))
126 if (__using_color && ((battr & __COLOR) == __default_color))
219 if (__using_color && !( battr & __COLOR))
276 if (__using_color && ((wch->attributes & __COLOR) == __default_color))
H A Ddelch.c102 if (__using_color && win != curscr)
H A Dinsch.c97 if (__using_color)
H A Dcolor.c41 int __using_color = 0; variable
242 __using_color = 1;
508 if (__using_color)
H A Dinsdelln.c84 if (__using_color && win != curscr)
H A Drefresh.c702 if ((was_cleared == 1) && (__using_color == 0))
704 /*if ((was_cleared == 1) && (__using_color == 0))
876 if (__using_color)
1039 if (((_cursesi_screen->nca & nsp->attr) == 0) && (__using_color == 1) &&
1243 if (clr_eol && !_cursesi_screen->curwin && (!(__using_color)
1244 || (__using_color && back_color_erase))) {
1354 ((__using_color && back_color_erase) ||
1355 (! __using_color))) {
1358 } else if (__using_color &&
2064 if (__using_color
[all...]
H A Dcurses_private.h431 extern int __using_color;
H A Dnewwin.c151 if (__using_color)

Completed in 119 milliseconds