Home
last modified time | relevance | path

Searched refs:A_NORMAL (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/scripts/kconfig/
Dnconf.gui.c46 COLOR_ATTR(attr_normal, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
48 COLOR_ATTR(attr_main_menu_box, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL),
50 COLOR_ATTR(attr_main_menu_back, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
51 COLOR_ATTR(attr_main_menu_grey, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
53 COLOR_ATTR(attr_scrollwin_text, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
58 COLOR_ATTR(attr_dialog_menu_back, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL),
60 COLOR_ATTR(attr_input_box, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL),
62 COLOR_ATTR(attr_input_text, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
70 NO_COLOR_ATTR(attr_normal, A_NORMAL),
72 NO_COLOR_ATTR(attr_main_menu_box, A_NORMAL),
[all …]
/linux-6.6.21/scripts/kconfig/lxdialog/
Dutil.c20 dlg.screen.atr = A_NORMAL; in set_mono_theme()
21 dlg.shadow.atr = A_NORMAL; in set_mono_theme()
22 dlg.dialog.atr = A_NORMAL; in set_mono_theme()
24 dlg.border.atr = A_NORMAL; in set_mono_theme()
30 dlg.button_label_inactive.atr = A_NORMAL; in set_mono_theme()
31 dlg.inputbox.atr = A_NORMAL; in set_mono_theme()
32 dlg.inputbox_border.atr = A_NORMAL; in set_mono_theme()
33 dlg.searchbox.atr = A_NORMAL; in set_mono_theme()
35 dlg.searchbox_border.atr = A_NORMAL; in set_mono_theme()
37 dlg.menubox.atr = A_NORMAL; in set_mono_theme()
[all …]
/linux-6.6.21/tools/perf/util/
Dhist.h464 A_NORMAL, enumerator
/linux-6.6.21/tools/perf/ui/browsers/
Dhists.c3358 evsel, A_NORMAL); in evsel__hists_browse()