Searched refs:A_NORMAL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | nconf.gui.c | 77 mkattr(MAIN_MENU_BACK, A_NORMAL); in normal_color_theme() 78 mkattr(MAIN_MENU_GREY, A_NORMAL); in normal_color_theme() 80 mkattr(MAIN_MENU_BOX, A_NORMAL); in normal_color_theme() 82 mkattr(SCROLLWIN_TEXT, A_NORMAL); in normal_color_theme() 89 mkattr(DIALOG_MENU_BACK, A_NORMAL); in normal_color_theme() 91 mkattr(INPUT_BOX, A_NORMAL); in normal_color_theme() 93 mkattr(INPUT_TEXT, A_NORMAL); in normal_color_theme() 109 mkattrn(MAIN_MENU_BACK, A_NORMAL); in no_colors_theme() 110 mkattrn(MAIN_MENU_GREY, A_NORMAL); in no_colors_theme() 112 mkattrn(MAIN_MENU_BOX, A_NORMAL); in no_colors_theme() [all …]
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
D | util.c | 20 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 …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | hist.h | 447 A_NORMAL, enumerator
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | hists.c | 3366 evsel, A_NORMAL); in perf_evsel__hists_browse()
|