Home
last modified time | relevance | path

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

/openbsd/usr.bin/tic/
H A Dtic.c1243 if ((max_colors > 0) != (max_pairs > 0) in check_colors()
1244 || ((max_colors > max_pairs) && !VALID_STRING(initialize_pair))) in check_colors()
1246 max_colors, max_pairs); in check_colors()
1256 } else if (same_color(set_foreground, set_a_foreground, max_colors)) { in check_colors()
1265 } else if (same_color(set_background, set_a_background, max_colors)) { in check_colors()
1271 if (VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in check_colors()
1775 if (max_colors > 0) { in check_screen()
2109 if ((limit = max_colors) > 256) in check_params()
2475 if ((limit = max_colors) > 256) in check_infotocap()
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c731 TCB->info.hascolor = ((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in drv_init()
741 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
/openbsd/lib/libcurses/base/
H A Dnew_pair.c49 #define MaxColors max_colors
H A Dlib_color.c69 #define MaxColors max_colors
811 code = ((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in NCURSES_SP_NAME()
H A Dlib_set_term.c68 #define MaxColors max_colors
/openbsd/lib/libcurses/
H A Dterm.h211 #define max_colors CUR Numbers[13] macro
H A DCaps283 max_colors colors num Co - - ----- maximum number of colors on screen