Searched defs:YYCASE_ (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c1136 # define YYCASE_(N, S) \ macro
1140 YYCASE_(0, YY_("syntax error"));
1141 YYCASE_(1, YY_("syntax error, unexpected %s"));
1142 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1143 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1144 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1145 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1146 # undef YYCASE_ macro

Completed in 820 milliseconds