Searched refs:mkattrn (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 104 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() macro 106 mkattrn(NORMAL, NORMAL); in no_colors_theme() 107 mkattrn(MAIN_HEADING, A_BOLD | A_UNDERLINE); in no_colors_theme() 109 mkattrn(MAIN_MENU_FORE, A_STANDOUT); in no_colors_theme() 110 mkattrn(MAIN_MENU_BACK, A_NORMAL); in no_colors_theme() 111 mkattrn(MAIN_MENU_GREY, A_NORMAL); in no_colors_theme() 112 mkattrn(MAIN_MENU_HEADING, A_BOLD); in no_colors_theme() 113 mkattrn(MAIN_MENU_BOX, A_NORMAL); in no_colors_theme() 115 mkattrn(SCROLLWIN_TEXT, A_NORMAL); in no_colors_theme() 116 mkattrn(SCROLLWIN_HEADING, A_BOLD); in no_colors_theme() [all …]
|