Searched refs:COLORS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c81 NCURSES_PUBLIC_VAR(COLORS) (void) function
87 NCURSES_EXPORT_VAR(int) COLORS = 0;
97 #define OkColorHi(n) (((n) < COLORS) && ((n) < maxcolors))
235 for (n = 0; n < COLORS; n++) {
354 COLORS = maxcolors;
365 T(("started color: COLORS = %d, COLOR_PAIRS = %d",
366 COLORS, COLOR_PAIRS));
H A Dlib_set_term.c80 COLORS = newSP->_color_count;
89 COLORS = 0;
205 COLORS = 0;
/freebsd-11-stable/contrib/less/
H A Doutput.c117 static enum COLORS screen_color[] = {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c85 NCURSES_PUBLIC_VAR(COLORS) (void) function
91 NCURSES_EXPORT_VAR(int) COLORS = 0;

Completed in 108 milliseconds