Home
last modified time | relevance | path

Searched refs:yycount (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1597 int yycount = 0; in yysyntax_error() local
1625 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1641 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
1643 yycount = 1; in yysyntax_error()
1647 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1659 switch (yycount) in yysyntax_error()
1697 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()