Home
last modified time | relevance | path

Searched refs:check_selected (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c46 dlg.check_selected.atr = A_REVERSE; in set_mono_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
206 init_one_color(&dlg.check_selected); in init_dialog_colors()
H A Ddialog.h124 struct dialog_color check_selected; member
H A Dchecklist.c33 wattrset(win, selected ? dlg.check_selected.atr in print_item()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c59 dlg.check_selected.atr = A_REVERSE; in set_mono_theme()
99 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
219 init_one_color(&dlg.check_selected); in init_dialog_colors()
H A Ddialog.h143 struct dialog_color check_selected; member
H A Dchecklist.c46 wattrset(win, selected ? dlg.check_selected.atr in print_item()
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c47 dlg.check_selected.atr = A_REVERSE; in set_mono_theme()
87 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
128 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
207 init_one_color(&dlg.check_selected); in init_dialog_colors()
H A Ddialog.h131 struct dialog_color check_selected; member
H A Dchecklist.c34 wattrset(win, selected ? dlg.check_selected.atr in print_item()