Searched refs:YYCASE_ (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 1661 # define YYCASE_(N, S) \ in yysyntax_error() macro 1665 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1666 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1667 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1668 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1669 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1670 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1671 # undef YYCASE_ in yysyntax_error()
|