Searched refs:tag_key (Results 1 – 6 of 6) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 51 dlg.tag_key.atr = A_BOLD; in set_mono_theme() 91 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 131 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 150 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 211 init_one_color(&dlg.tag_key); in init_dialog_colors()
|
D | dialog.h | 128 struct dialog_color tag_key; member
|
D | menubox.c | 92 : dlg.tag_key.atr); in do_print_item()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 43 dlg.tag_key.atr = A_BOLD; in set_mono_theme() 83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 142 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 203 init_one_color(&dlg.tag_key); in init_dialog_colors()
|
D | dialog.h | 127 struct dialog_color tag_key; member
|
D | menubox.c | 79 : dlg.tag_key.atr); in do_print_item()
|