Home
last modified time | relevance | path

Searched refs:menubox (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/scripts/kconfig/lxdialog/
H A Dchecklist.c27 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()
H A Dmenubox.c64 wattrset(win, dlg.menubox.atr); in do_print_item()
104 wattrset(win, dlg.menubox.atr); in print_arrows()
219 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_menu()
H A Dutil.c37 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()
H A Ddialog.h99 struct dialog_color menubox; member
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c27 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()
H A Dmenubox.c64 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()
H A Dutil.c37 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()
H A Ddialog.h121 struct dialog_color menubox; member
/openbmc/u-boot/scripts/kconfig/
H A DPOTFILES.in3 scripts/kconfig/lxdialog/menubox.c
H A DMakefile208 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
/openbmc/linux/scripts/kconfig/
H A DMakefile181 checklist.o inputbox.o menubox.o textbox.o util.o yesno.o)