Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ zconf_starthelp
Function
zconf_starthelp
scripts/config/lexer.lex.c:4031–4036 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4029
}
4030
4031
void zconf_starthelp(void)
4032
{
4033
new_string();
4034
last_ts = first_ts = 0;
4035
BEGIN(HELP);
4036
}
4037
4038
static void zconf_endhelp(void)
4039
{
Callers
1
yyparse
Function · 0.85
Calls
1
new_string
Function · 0.85
Tested by
no test coverage detected