Searched refs:menubox (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/scripts/kconfig/lxdialog/ |
D | checklist.c | 27 wattrset(win, dlg.menubox.atr); in print_item() 62 wattrset(win, dlg.menubox.atr); in print_arrows() 164 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_checklist()
|
D | menubox.c | 64 wattrset(win, dlg.menubox.atr); in do_print_item() 112 wattrset(win, dlg.menubox.atr); in print_arrows() 227 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_menu()
|
D | util.c | 37 dlg.menubox.atr = A_NORMAL; in set_mono_theme() 77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 115 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 197 init_one_color(&dlg.menubox); in init_dialog_colors()
|
D | dialog.h | 121 struct dialog_color menubox; member
|
/external/toybox/kconfig/lxdialog/ |
D | checklist.c | 36 wattrset(win, dlg.menubox.atr); in print_item() 69 wattrset(win, dlg.menubox.atr); in print_arrows() 171 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_checklist()
|
D | menubox.c | 77 wattrset(win, dlg.menubox.atr); in do_print_item() 125 wattrset(win, dlg.menubox.atr); in print_arrows() 238 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_menu()
|
D | util.c | 45 dlg.menubox.atr = A_NORMAL; in set_mono_theme() 85 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 123 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 205 init_one_color(&dlg.menubox); in init_dialog_colors()
|
D | dialog.h | 122 struct dialog_color menubox; member
|
/external/u-boot/scripts/kconfig/ |
D | POTFILES.in | 3 scripts/kconfig/lxdialog/menubox.c
|
D | Makefile | 208 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
|