Lines Matching full:yylval
3225 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
4849 dummy local &yylval to yypush_parse.
5008 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
6070 (calc_grammar): Update push parser code: don't declare yylval globally,
6097 yychar, yylval, and yylloc.
6136 Don't copy the pushed token to yychar, yylval, and yylloc until it's
6137 time to read a token, which is after any initialization of yylval and
8972 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
9041 (Actions): Mention look-ahead usage of yylval.
9053 Add yylloc and yylval entries discussing look-ahead usage.
9055 `current' look-ahead, and do mention yylval and yylloc.
9060 In the yylloc and yylval entries, mention look-ahead usage.
9084 yylval, and yylloc to the lookahead
9349 (yylval, yylloc): If pure, #define to yystackp->yyval and
9351 (yyparse): If pure, remove local yylval and yylloc. Add local
9352 yystackp to accommodate pure definitions of yylval and yylloc.
9354 yylvalp and yyllocp to &yylval and &yylloc.
10089 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
10091 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
10705 sets yylloc and yylval, respectively.
10708 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
10710 action does not set yylloc and/or yylval.
11317 (slice, traits, parser::yylloc, parser::yylval): these.
17393 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
18519 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
19060 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
19128 Renaming yylval but not yylloc is not consistent. Now we do.
21738 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
21740 yylval, yydebug, yyerror, yynerrs and yyparse.