Searched refs:yylval (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dutil_expr_scan.l143 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
165 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
198 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
204 yylval->num = yytext[1] - '0';
222 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
247 yylval->num = yytext[1] - '0';
255 yylval->cpVal = apr_pstrdup(yyextra->pool, yytext);
279 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
315 yylval->cpVal = apr_pstrdup(yyextra->pool, regex_buf);
320 yylval
[all...]
H A Dutil_expr_scan.c690 # define yylval yyg->yylval_r macro
902 yylval = yylval_param;
1017 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1051 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1119 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1125 yylval->num = yytext[1] - '0';
1149 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1186 yylval->num = yytext[1] - '0';
1197 yylval->cpVal = apr_pstrdup(yyextra->pool, yytext);
1234 yylval
[all...]
H A Dutil_expr_parse.c66 #define yylval ap_expr_yylval macro
733 yylval = (Value); \
758 # define YYLEX yylex (&yylval, YYLEX_PARAM)
760 # define YYLEX yylex (&yylval, yyscanner)
1249 /* Suppress an incorrect diagnostic about yylval being uninitialized. */
1271 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
1441 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1464 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
1471 *++yyvsp = yylval;
1949 yytoken, &yylval, ct
[all...]

Completed in 1110 milliseconds