Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c44 dlg.tag_key_selected.atr = A_REVERSE; in set_mono_theme()
84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
204 init_one_color(&dlg.tag_key_selected); in init_dialog_colors()
H A Ddialog.h128 struct dialog_color tag_key_selected; member
H A Dmenubox.c78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c44 dlg.tag_key_selected.atr = A_REVERSE; in set_mono_theme()
84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
204 init_one_color(&dlg.tag_key_selected); in init_dialog_colors()
H A Ddialog.h106 struct dialog_color tag_key_selected; member
H A Dmenubox.c70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()