MCPcopy 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
4031void zconf_starthelp(void)
4032{
4033 new_string();
4034 last_ts = first_ts = 0;
4035 BEGIN(HELP);
4036}
4037
4038static void zconf_endhelp(void)
4039{

Callers 1

yyparseFunction · 0.85

Calls 1

new_stringFunction · 0.85

Tested by

no test coverage detected