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

/httpd/server/
H A Dutil_expr_parse.c1056 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, argument
1169 char *yyp = *yymsg;
1195 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, ap_expr_parse_ctx_t *ctx) argument
1198 yydestruct (yymsg, yytype, yyvaluep, ctx)
1199 const char *yymsg;
1208 if (!yymsg)
1209 yymsg = "Deleting";
1210 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1310 char *yymsg = yymsgbuf; local
1900 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
[all...]

Completed in 16 milliseconds