Searched refs:__using_color (Results 1 – 10 of 10) sorted by relevance
80 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()
72 if (__using_color) in getcchar()114 if (__using_color && color_pair) in setcchar()
97 if (__using_color && ((attr & __COLOR) == __default_color)) in winch()
41 int __using_color = 0; variable243 __using_color = 1; in start_color()509 if (__using_color) in assume_default_colors()
715 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...]
100 if (__using_color) in winsch()
105 if (__using_color && win != curscr) in wdelch()
87 if (__using_color && win != curscr) in winsdelln()
432 extern int __using_color;
154 if (__using_color) in __newwin()