Lines Matching defs:yylval
63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
200 #define yylval ]b4_prefix[lval
482 #undef yylval
483 #define yylval (yystackp->yyval)
489 #define b4_prefix[]lval yylval
491 [YYSTYPE yylval;]b4_locations_if([[
1055 yynewOption->yyval = yylval;]b4_locations_if([
1651 YYSTYPE yylval_current = yylval;]b4_locations_if([
1654 yylval = yyopt->yyval;]b4_locations_if([
1660 yylval = yylval_current;]b4_locations_if([
1776 YYSTYPE yylval_current = yylval;
1779 yylval = yyoption->yyval;
1783 yylval = yylval_current;
1974 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2144 yylval, and yylloc are the syntactic category, semantic value, and location
2171 yytoken, &yylval]b4_locuser_args([&yylloc])[);
2183 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2227 &yylval, &yyerrloc);
2229 yys->yyposn, &yylval]b4_locations_if([, &yyerrloc])[);
2276 yylval = yyval_default;]b4_locations_if([
2279 b4_dollar_pushdef([yylval], [], [yylloc])dnl
2293 yyglrShift (&yystack, 0, 0, 0, &yylval]b4_locations_if([, &yylloc])[);
2340 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2348 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2351 yyglrShift (&yystack, 0, yyaction, yyposn, &yylval]b4_locations_if([, &yylloc])[);
2391 on yylval in the event of memory exhaustion. */
2409 a copy of yylval will already be on stack 0 in the event of a
2411 before the loop to make sure the user destructor for yylval isn't
2425 YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, &yylval, &yylloc);
2427 &yylval]b4_locations_if([, &yylloc])[);
2467 YYTRANSLATE (yychar), &yylval]b4_locuser_args([&yylloc])[);