MCPcopy 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
942static 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_confFunction · 0.85
conf_choiceFunction · 0.85

Calls 2

unpost_menuFunction · 0.85
clean_itemsFunction · 0.85

Tested by

no test coverage detected