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

/freebsd-11-stable/contrib/dialog/
H A Dutil.c444 static int defined_colors = 1; /* pair-0 is reserved */ variable
474 defined_colors = i + 1;
533 for (pair = 1; pair < defined_colors; ++pair) {
542 if (!found && (defined_colors + 1) < COLOR_PAIRS) {
543 pair = defined_colors++;

Completed in 241 milliseconds