Searched refs:button_key_inactive (Results 1 – 4 of 4) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 36 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() 76 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme() 110 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 196 init_one_color(&dlg.button_key_inactive); in init_dialog_colors() 391 : dlg.button_key_inactive.atr); in print_button()
|
D | dialog.h | 113 struct dialog_color button_key_inactive; member
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 28 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme() 68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme() 102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 188 init_one_color(&dlg.button_key_inactive); in init_dialog_colors() 449 : dlg.button_key_inactive.atr); in print_button()
|
D | dialog.h | 112 struct dialog_color button_key_inactive; member
|