Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c42 dlg.tag_selected.atr = A_REVERSE; in set_mono_theme()
82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
202 init_one_color(&dlg.tag_selected); in init_dialog_colors()
H A Ddialog.h126 struct dialog_color tag_selected; member
H A Dchecklist.c38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c42 dlg.tag_selected.atr = A_REVERSE; in set_mono_theme()
82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
202 init_one_color(&dlg.tag_selected); in init_dialog_colors()
H A Ddialog.h104 struct dialog_color tag_selected; member
H A Dchecklist.c38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()