Searched refs:COLORS (Results 1 – 10 of 10) sorted by relevance
85 NCURSES_PUBLIC_VAR(COLORS) (void) in NCURSES_PUBLIC_VAR() argument91 NCURSES_EXPORT_VAR(int) COLORS = 0;101 #define OkColorHi(n) (((n) < COLORS) && ((n) < maxcolors))232 for (n = 0; n < COLORS; n++) { in init_color_table()263 if (COLORS >= 8) { in init_direct_colors()265 for (width = 0; (1 << width) - 1 < (COLORS - 1); ++width) { in init_direct_colors()408 COLORS = maxcolors; in NCURSES_SP_NAME()428 COLORS, COLOR_PAIRS)); in NCURSES_SP_NAME()
80 COLORS = newSP->_color_count; in NCURSES_EXPORT()89 COLORS = 0; in NCURSES_EXPORT()212 COLORS = 0; in delscreen()
87 NCURSES_PUBLIC_VAR(COLORS) (void) in NCURSES_PUBLIC_VAR() argument93 NCURSES_EXPORT_VAR(int) COLORS = 0;
183 static enum COLORS screen_color[] = { in set_win_colors()
7 "COLORS" @503 NONAME
11 "COLORS" @503 NONAME ; variable
1460 NCURSES_WRAPPED_VAR(int, COLORS);1471 #define COLORS NCURSES_PUBLIC_VAR(COLORS()) macro1484 extern NCURSES_EXPORT_VAR(int) COLORS;
223 #undef COLORS224 int COLORS;
260 #undef COLORS261 int COLORS;
5950 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as6145 + add a check in lib_color.c to ensure caller does not increase COLORS10199 that color_content() will return usable values for COLORS greater10201 + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for