Searched refs:NO_COLOR_ATTR (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/scripts/kconfig/ |
D | nconf.gui.c | 33 #define NO_COLOR_ATTR(_at, _hl) \ macro 70 NO_COLOR_ATTR(attr_normal, A_NORMAL), 71 NO_COLOR_ATTR(attr_main_heading, A_BOLD | A_UNDERLINE), 72 NO_COLOR_ATTR(attr_main_menu_box, A_NORMAL), 73 NO_COLOR_ATTR(attr_main_menu_fore, A_STANDOUT), 74 NO_COLOR_ATTR(attr_main_menu_back, A_NORMAL), 75 NO_COLOR_ATTR(attr_main_menu_grey, A_NORMAL), 76 NO_COLOR_ATTR(attr_main_menu_heading, A_BOLD), 77 NO_COLOR_ATTR(attr_scrollwin_text, A_NORMAL), 78 NO_COLOR_ATTR(attr_scrollwin_heading, A_BOLD), [all …]
|