Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ reset_menu
Function
reset_menu
util/kconfig/nconf.c:942–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
}
941
942
static void reset_menu(void)
943
{
944
unpost_menu(curses_menu);
945
clean_items();
946
}
947
948
/* adjust the menu to show this item.
949
* prefer not to scroll the menu if possible*/
Callers
2
selected_conf
Function · 0.85
conf_choice
Function · 0.85
Calls
2
unpost_menu
Function · 0.85
clean_items
Function · 0.85
Tested by
no test coverage detected