Home
last modified time | relevance | path

Searched refs:check_selected (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c46 dlg.check_selected.atr = A_REVERSE; in set_mono_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
206 init_one_color(&dlg.check_selected); in init_dialog_colors()
H A Ddialog.h130 struct dialog_color check_selected; member
H A Dchecklist.c33 wattrset(win, selected ? dlg.check_selected.atr in print_item()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c46 dlg.check_selected.atr = A_REVERSE; in set_mono_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
206 init_one_color(&dlg.check_selected); in init_dialog_colors()
H A Ddialog.h108 struct dialog_color check_selected; member
H A Dchecklist.c33 wattrset(win, selected ? dlg.check_selected.atr in print_item()