Home
last modified time | relevance | path

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

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