Searched refs:searchbox_title (Results 1 – 4 of 4) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 42 dlg.searchbox_title.atr = A_BOLD; in set_mono_theme() 82 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 118 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme() 147 DLG_COLOR(searchbox_title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 202 init_one_color(&dlg.searchbox_title); in init_dialog_colors()
|
D | dialog.h | 119 struct dialog_color searchbox_title; member
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 34 dlg.searchbox_title.atr = A_BOLD; in set_mono_theme() 74 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 110 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme() 139 DLG_COLOR(searchbox_title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 194 init_one_color(&dlg.searchbox_title); in init_dialog_colors()
|
D | dialog.h | 118 struct dialog_color searchbox_title; member
|