Home
last modified time | relevance | path

Searched refs:use_colors (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h128 extern bool use_colors;
Dutil.c25 bool use_colors = 1; variable
146 if (use_colors) /* Set up colors */ in init_dialog()