Lines Matching refs:error

88 /* Enabling verbose error messages.  */
535 "$end", "error", "$undefined", "\"true\"", "\"false\"",
536 "\"boolean expression\"", "\"string expression\"", "\"error token\"",
593 means the default is an error. */
641 number is the opposite. If YYTABLE_NINF, syntax error. */
740 yyerror (ctx, YY_("syntax error: cannot back up")); \
1047 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
1077 is an error action. In that case, don't check for expected
1083 case, just report a simple "syntax error".
1091 scanner and before detecting a syntax error. Thus, state merging
1095 accepted due to an error action in a later state.
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"));
1277 /* Number of tokens to shift before error messages enabled. */
1308 /* Buffer for error messages, and its allocated size. */
1445 detect an error, take that action. */
1458 /* Count tokens shifted since error; after three, turn off error
1797 ctx->error = "Failed to compile regular expression";
1811 ctx->error = "Failed to compile regular expression";
1860 to an incorrect destructor call or verbose syntax error message
1886 | yyerrlab -- here on detecting error |
1893 /* If not already recovering from an error, report this error. */
1898 yyerror (ctx, YY_("syntax error"));
1903 char const *yymsgp = YY_("syntax error");
1938 error, discard it. */
1954 /* Else will try to reuse lookahead token after shifting the error
1960 | yyerrorlab -- error raised explicitly by YYERROR. |
1980 | yyerrlab1 -- common code for both syntax error and YYERROR. |
1999 /* Pop the current state because it cannot handle the error token. */
2016 /* Shift the error token. */
2086 ctx->error = apr_pstrdup(ctx->ptemp, s);