Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1635 int yyx; in yysyntax_error() local
1637 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
1638 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR in yysyntax_error()
1639 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1647 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1649 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()