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

/netbsd-current/usr.sbin/iteconfig/
H A Diteconfig.c86 int ch, fd, i, iflag, max_colors, did_reset; local
163 max_colors = 1 << is.depth;
164 cm = xgetcmap(fd, max_colors);
167 if (i >= max_colors) {
176 cm = xgetcmap(fd, max_colors);
/netbsd-current/lib/libcurses/
H A Dcolor.c67 if (max_colors > 0 && max_pairs > 0 &&
103 if (max_colors == -1)
106 COLORS = max_colors > MAX_COLORS ? MAX_COLORS : max_colors;
H A Dattributes.c464 if (max_colors != 0)
/netbsd-current/lib/libterminfo/
H A Dterm.h284 #define max_colors t_max_colors(cur_term) macro
321 * max_colors: Maximum number of colours on the screen

Completed in 583 milliseconds