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

/httpd/server/
H A Dutil_expr_parse.c65 #define yyerror ap_expr_yyerror macro
711 /* Like YYERROR except do call yyerror. This remains here temporarily
740 yyerror (ctx, YY_("syntax error: cannot back up")); \
1001 quotes and backslashes, so that it's suitable for yyerror. The
1898 yyerror (ctx, YY_("syntax error"));
1925 yyerror (ctx, yymsgp);
2042 yyerror (ctx, YY_("memory exhausted"));
2083 void yyerror(ap_expr_parse_ctx_t *ctx, const char *s) function

Completed in 15 milliseconds