Searched refs:item_selected (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | util.c | 40 dlg.item_selected.atr = A_REVERSE; in set_mono_theme() 80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 200 init_one_color(&dlg.item_selected); in init_dialog_colors()
|
| H A D | dialog.h | 118 struct dialog_color item_selected; member
|
| H A D | checklist.c | 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
|
| H A D | menubox.c | 75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 53 dlg.item_selected.atr = A_REVERSE; in set_mono_theme() 93 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 213 init_one_color(&dlg.item_selected); in init_dialog_colors()
|
| H A D | dialog.h | 137 struct dialog_color item_selected; member
|
| H A D | checklist.c | 53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
|
| H A D | menubox.c | 88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 41 dlg.item_selected.atr = A_REVERSE; in set_mono_theme() 81 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 120 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 201 init_one_color(&dlg.item_selected); in init_dialog_colors()
|
| H A D | dialog.h | 125 struct dialog_color item_selected; member
|
| H A D | checklist.c | 41 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
|
| H A D | menubox.c | 76 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.m | 119 - (void) item_selected:sender 248 action:@selector(item_selected:) 256 action:@selector(item_selected:)
|