Home
last modified time | relevance | path

Searched refs:yyo (Results 1 – 10 of 10) sorted by relevance

/external/bison/data/
Dc.m4500 FILE *yyo = yyoutput;
501 YYUSE (yyo);
664 [[FILE *yyo], [yyo]],
671 res += fprintf (yyo, "%d", yylocp->first_line);
673 res += fprintf (yyo, ".%d", yylocp->first_column);
679 res += fprintf (yyo, "-%d", yylocp->last_line);
681 res += fprintf (yyo, ".%d", end_col);
684 res += fprintf (yyo, "-%d", end_col);
Dglr.cc168 std::ostream& yyo = yyoutput;
169 YYUSE (yyo);
Dlalr1.cc418 std::ostream& yyo = debug_stream ();
419 std::ostream& yyoutput = yyo;
/external/bison/examples/calc++/
Dcalc++-parser.cc215 std::ostream& yyo = debug_stream (); in yy_symbol_value_print_() local
216 std::ostream& yyoutput = yyo; in yy_symbol_value_print_()
/external/bison/tests/
Dactions.at1449 report (std::ostream& yyo, int ival, float fval)
1451 yyo << "ival: " << ival << ", fval: " << fval;
1456 report (FILE* yyo, int ival, float fval)
1458 fprintf (yyo, "ival: %d, fval: %1.1f", ival, fval);
1472 %printer { report (yyo, $$, $<fval>$); } <ival>;
1473 %printer { report (yyo, $<ival>$, $$ ); } <fval>;
1474 %printer { report (yyo, $<ival>$, $<fval>$); } <>;
Dc++.at282 yyo << $$ << " '" << $$->val << '\'';
/external/bison/src/
Dparse-gram.c1072 FILE *yyo = yyoutput; local
1073 YYUSE (yyo);
/external/libpcap/
Dgrammar.c1469 FILE *yyo = yyoutput; in yy_symbol_value_print() local
1470 YYUSE (yyo); in yy_symbol_value_print()
/external/bison/
DChangeLog3211 %printer: support both yyo and yyoutput.
3212 lalr1.cc used to support yyo, but not yyoutput. Support both,
3216 * data/c.m4 (yy_symbol_value_print): Also support yyo.
3217 * data/glr.cc (yy_symbol_value_print_): Support both yyo and yyoutput.
DNEWS239 %printer { fprintf (yyo, "(%d, %f)", $<ival>$, $<fval>$); } <*> <>;
2047 LocalWords: lang yyoutput dvi html ps POSIX lvalp llocp calc yyo fval Wmaybe