COLOR_RED          68 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_key_inactive,   COLOR_RED,    COLOR_WHITE,  false);
COLOR_RED          93 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(screen, COLOR_RED,   COLOR_BLACK, true);
COLOR_RED          96 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(title,  COLOR_RED,   COLOR_BLACK, false);
COLOR_RED          99 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_active,         COLOR_YELLOW, COLOR_RED,   false);
COLOR_RED         101 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_key_active,     COLOR_YELLOW, COLOR_RED,   true);
COLOR_RED         102 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_key_inactive,   COLOR_RED,    COLOR_BLACK, false);
COLOR_RED         103 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_label_active,   COLOR_WHITE,  COLOR_RED,   false);
COLOR_RED         113 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK,  false);
COLOR_RED         119 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(item_selected,    COLOR_WHITE, COLOR_RED,   false);
COLOR_RED         121 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag,              COLOR_RED,    COLOR_BLACK, false);
COLOR_RED         122 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_selected,     COLOR_YELLOW, COLOR_RED,   true);
COLOR_RED         123 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_key,          COLOR_RED,    COLOR_BLACK, false);
COLOR_RED         124 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED,   true);
COLOR_RED         127 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(check_selected,   COLOR_YELLOW, COLOR_RED,   true);
COLOR_RED         129 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false);
COLOR_RED         130 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(darrow, COLOR_RED, COLOR_BLACK, false);
COLOR_RED          43 scripts/kconfig/nconf.gui.c 	init_pair(DIALOG_MENU_FORE, COLOR_RED, -1);
COLOR_RED         367 tools/thermal/tmon/tui.c 	init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED);
COLOR_RED         368 tools/thermal/tmon/tui.c 	init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED);