Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c68 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 …]
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c81 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()
106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
112 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
114 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
115 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
116 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c69 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()
94 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
97 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
100 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
102 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
103 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
104 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
114 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
120 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
122 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtui.c367 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()
/OK3568_Linux_fs/buildroot/package/softether/
H A D0001-Create-autotools-plumbing-for-SoftEther.patch950 +# COLOR_WHITE, COLOR_RED and init_pair(). These are NOT part of the
1070 + init_pair(1, COLOR_WHITE, COLOR_RED);
1101 + init_pair(1, COLOR_WHITE, COLOR_RED);
1132 + init_pair(1, COLOR_WHITE, COLOR_RED);
1185 + init_pair(1, COLOR_WHITE, COLOR_RED);
1208 + init_pair(1, COLOR_WHITE, COLOR_RED);
1283 + init_pair(1, COLOR_WHITE, COLOR_RED);
1308 + init_pair(1, COLOR_WHITE, COLOR_RED);
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.gui.c43 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.gui.c44 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.gui.c43 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py337 COLOR_RED = '0;31' variable
478 print color_text(color_enabled, COLOR_RED, line),
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...