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

/freebsd-13-stable/contrib/dialog/
H A Drc.c51 #define COLOR_COUNT (sizeof(color_names) / sizeof(color_names[0])) macro
261 for (j = 0; j < COLOR_COUNT && dlg_strcmp(part, color_names[j].name);
263 if (j == COLOR_COUNT) /* invalid color name */

Completed in 96 milliseconds