Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ _menu_init
Function
_menu_init
scripts/config/menu.c:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void _menu_init(void)
43
{
44
current_entry = current_menu = &rootmenu;
45
last_entry_ptr = &rootmenu.list;
46
}
47
48
void menu_add_entry(struct symbol *sym)
49
{
Callers
1
conf_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected