Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Dbackground.c80 if (__using_color && !(ch & __COLOR)) in wbkgdset()
136 if (__using_color && ((battr & __COLOR) == __default_color)) in bkgrndset()
232 if (__using_color && !( battr & __COLOR)) in wbkgrndset()
295 if (__using_color && ((wch->attributes & __COLOR) == __default_color)) in bkgrndset()
H A Dcchar.c72 if (__using_color) in getcchar()
114 if (__using_color && color_pair) in setcchar()
H A Dinch.c97 if (__using_color && ((attr & __COLOR) == __default_color)) in winch()
H A Dcolor.c41 int __using_color = 0; variable
243 __using_color = 1; in start_color()
509 if (__using_color) in assume_default_colors()
H A Drefresh.c715 if ((was_cleared == 1) && (__using_color == 0)) in doupdate()
717 /*if ((was_cleared == 1) && (__using_color == 0)) in doupdate()
889 if (__using_color) in putattr()
1052 if (((_cursesi_screen->nca & nsp->attr) == 0) && (__using_color == 1) && in putch()
1256 if (clr_eol && !_cursesi_screen->curwin && (!(__using_color) in makech()
1257 || (__using_color && back_color_erase))) { in makech()
1367 ((__using_color && back_color_erase) || in makech()
1368 (! __using_color))) { in makech()
1371 } else if (__using_color && in makech()
2077 if (__using_color in lineeq()
[all...]
H A Dinsch.c100 if (__using_color) in winsch()
H A Ddelch.c105 if (__using_color && win != curscr) in wdelch()
H A Dinsdelln.c87 if (__using_color && win != curscr) in winsdelln()
H A Dcurses_private.h432 extern int __using_color;
H A Dnewwin.c154 if (__using_color) in __newwin()