/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme() 93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme() 93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | sandbox_osd.h | 10 COLOR_RED, enumerator
|
H A D | sandbox_osd.c | 107 case COLOR_RED: in sandbox_osd_print()
|
/openbmc/u-boot/test/dm/ |
H A D | osd.c | 98 ut_assertok(video_osd_print(dev, 1, 1, COLOR_RED, "Blah")); in dm_test_osd_basics()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 367 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses() 368 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in initialize_curses()
|
/openbmc/qemu/ui/ |
H A D | curses.c | 738 [QEMU_COLOR_RED] = COLOR_RED, in curses_setup()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 44 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 336 COLOR_RED = '0;31' variable 477 print color_text(color_enabled, COLOR_RED, line),
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 57 COLOR_ATTR(attr_dialog_menu_fore, COLOR_RED, COLOR_DEFAULT, A_STANDOUT),
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 1261 curses.init_pair(CURSES_WARNING, curses.COLOR_WHITE, curses.COLOR_RED)
|