Home
last modified time | relevance | path

Searched refs:attr_main_menu_fore (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dnconf.h38 extern int attr_main_menu_fore;
H A Dnconf.gui.c13 int attr_main_menu_fore; variable
49 COLOR_ATTR(attr_main_menu_fore, COLOR_DEFAULT, COLOR_DEFAULT, A_REVERSE),
73 NO_COLOR_ATTR(attr_main_menu_fore, A_STANDOUT),
H A Dnconf.c1617 set_menu_fore(curses_menu, attr_main_menu_fore); in main()