Searched refs:uarrow (Results 1 – 8 of 8) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 55 dlg.uarrow.atr = A_BOLD; in set_mono_theme() 95 DLG_COLOR(uarrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme() 137 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 215 init_one_color(&dlg.uarrow); in init_dialog_colors()
|
D | dialog.h | 132 struct dialog_color uarrow; member
|
D | checklist.c | 65 wattrset(win, dlg.uarrow.atr); in print_arrows()
|
D | menubox.c | 121 wattrset(win, dlg.uarrow.atr); in print_arrows()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 47 dlg.uarrow.atr = A_BOLD; in set_mono_theme() 87 DLG_COLOR(uarrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme() 129 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 207 init_one_color(&dlg.uarrow); in init_dialog_colors()
|
D | dialog.h | 131 struct dialog_color uarrow; member
|
D | checklist.c | 58 wattrset(win, dlg.uarrow.atr); in print_arrows()
|
D | menubox.c | 108 wattrset(win, dlg.uarrow.atr); in print_arrows()
|