Searched refs:position_indicator (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | util.c | 36 dlg.position_indicator.atr = A_BOLD; in set_mono_theme() 76 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 140 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 196 init_one_color(&dlg.position_indicator); in init_dialog_colors()
|
| H A D | textbox.c | 390 wattrset(win, dlg.position_indicator.atr); in print_position() 391 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
|
| H A D | dialog.h | 114 struct dialog_color position_indicator; member
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 49 dlg.position_indicator.atr = A_BOLD; in set_mono_theme() 89 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 153 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 209 init_one_color(&dlg.position_indicator); in init_dialog_colors()
|
| H A D | textbox.c | 403 wattrset(win, dlg.position_indicator.atr); in print_position() 404 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
|
| H A D | dialog.h | 133 struct dialog_color position_indicator; member
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 37 dlg.position_indicator.atr = A_BOLD; in set_mono_theme() 77 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 114 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 141 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 197 init_one_color(&dlg.position_indicator); in init_dialog_colors()
|
| H A D | textbox.c | 391 wattrset(win, dlg.position_indicator.atr); in print_position() 392 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
|
| H A D | dialog.h | 121 struct dialog_color position_indicator; member
|