HomeSort by: relevance | last modified time | path
    Searched refs:__using_color (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libcurses/
inch.c 97 if (__using_color && ((attr & __COLOR) == __default_color))
cchar.c 72 if (__using_color)
114 if (__using_color && color_pair)
background.c 80 if (__using_color && !(ch & __COLOR))
136 if (__using_color && ((battr & __COLOR) == __default_color))
232 if (__using_color && !( battr & __COLOR))
295 if (__using_color && ((wch->attributes & __COLOR) == __default_color))
delch.c 105 if (__using_color && win != curscr)
insch.c 100 if (__using_color)
color.c 41 int __using_color = 0; variable in typeref:typename:int
243 __using_color = 1;
509 if (__using_color)
insdelln.c 87 if (__using_color && win != curscr)
refresh.c 715 if ((was_cleared == 1) && (__using_color == 0))
717 /*if ((was_cleared == 1) && (__using_color == 0))
889 if (__using_color)
1052 if (((_cursesi_screen->nca & nsp->attr) == 0) && (__using_color == 1) &&
1256 if (clr_eol && !_cursesi_screen->curwin && (!(__using_color)
1257 || (__using_color && back_color_erase))) {
1367 ((__using_color && back_color_erase) ||
1368 (! __using_color))) {
1371 } else if (__using_color &&
2077 if (__using_color && isms
    [all...]
curses_private.h 432 extern int __using_color;
newwin.c 154 if (__using_color)

Completed in 16 milliseconds