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

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dinch.c91 if (__using_color && ((attr & __COLOR) == __default_color))
H A Dbackground.c78 if (__using_color && !(ch & __COLOR))
98 if (__using_color && !(ch & __COLOR))
134 if (__using_color && ((battr & __COLOR) == __default_color))
185 if (__using_color && !( battr & __COLOR))
254 if (__using_color && !( battr & __COLOR))
270 if (__using_color && (( wch->attributes & __COLOR )
H A Dinsch.c95 if (__using_color)
H A Ddelch.c101 if (__using_color && win != curscr)
H A Dcolor.c41 int __using_color = 0; variable
238 __using_color = 1;
493 if (__using_color)
H A Dcurses_private.h357 extern int __using_color;
H A Dinsdelln.c85 if (__using_color && win != curscr)
H A Dnewwin.c136 if (__using_color)
H A Drefresh.c827 if (__using_color &&
907 if (__using_color)
1756 if (__using_color && isms)

Completed in 62 milliseconds