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

/freebsd-13-stable/contrib/dialog/
H A Drc.c37 static const color_names_st color_names[] = variable
51 #define COLOR_COUNT (sizeof(color_names) / sizeof(color_names[0]))
187 for (i = 0; fg != color_names[i].value; i++) ;
188 strcat(str, color_names[i].name);
192 for (i = 0; bg != color_names[i].value; i++) ;
193 strcat(str, color_names[i].name);
261 for (j = 0; j < COLOR_COUNT && dlg_strcmp(part, color_names[j].name);
266 *fg = color_names[j].value;
269 *bg = color_names[
[all...]
H A Ddialog.h81 #ifdef color_names
82 #undef color_names macro

Completed in 97 milliseconds