Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dnconf.h40 extern int attr_main_menu_grey;
H A Dnconf.gui.c15 int attr_main_menu_grey; variable
51 COLOR_ATTR(attr_main_menu_grey, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
75 NO_COLOR_ATTR(attr_main_menu_grey, A_NORMAL),
H A Dnconf.c1619 set_menu_grey(curses_menu, attr_main_menu_grey); in main()