Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c27 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
187 init_one_color(&dlg.button_key_active); in init_dialog_colors()
448 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
H A Ddialog.h105 struct dialog_color button_key_active; member
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c40 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
80 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
114 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
150 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
200 init_one_color(&dlg.button_key_active); in init_dialog_colors()
461 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
H A Ddialog.h124 struct dialog_color button_key_active; member
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c28 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
68 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
102 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
138 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
188 init_one_color(&dlg.button_key_active); in init_dialog_colors()
449 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
H A Ddialog.h112 struct dialog_color button_key_active; member