Searched refs:menubox (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A 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()
|
H A 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()
|
H A D | menubox.c | 3 * menubox.c -- implements the menu box 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()
|
H A D | dialog.h | 115 struct dialog_color menubox; member 140 /* item list as used by checklist and menubox */ 156 void *data; /* pointer to menu item - used by menubox+checklist */
|
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A 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()
|
H A 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()
|
H A D | menubox.c | 3 * menubox.c -- implements the menu box 64 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 D | dialog.h | 99 struct dialog_color menubox; member 124 /* item list as used by checklist and menubox */ 140 void *data; /* pointer to menu item - used by menubox+checklist */
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | Makefile | 173 checklist.o inputbox.o menubox.o textbox.o util.o yesno.o)
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 181 checklist.o inputbox.o menubox.o textbox.o util.o yesno.o)
|
Completed in 7 milliseconds