Searched refs:yyo (Results 1 – 10 of 10) sorted by relevance
/external/bison/data/ |
D | c.m4 | 500 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);
|
D | glr.cc | 168 std::ostream& yyo = yyoutput; 169 YYUSE (yyo);
|
D | lalr1.cc | 418 std::ostream& yyo = debug_stream (); 419 std::ostream& yyoutput = yyo;
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 215 std::ostream& yyo = debug_stream (); in yy_symbol_value_print_() local 216 std::ostream& yyoutput = yyo; in yy_symbol_value_print_()
|
/external/bison/tests/ |
D | actions.at | 1449 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>$); } <>;
|
D | c++.at | 282 yyo << $$ << " '" << $$->val << '\'';
|
/external/bison/src/ |
D | parse-gram.c | 1072 FILE *yyo = yyoutput; local 1073 YYUSE (yyo);
|
/external/libpcap/ |
D | grammar.c | 1469 FILE *yyo = yyoutput; in yy_symbol_value_print() local 1470 YYUSE (yyo); in yy_symbol_value_print()
|
/external/bison/ |
D | ChangeLog | 3211 %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.
|
D | NEWS | 239 %printer { fprintf (yyo, "(%d, %f)", $<ival>$, $<fval>$); } <*> <>; 2047 LocalWords: lang yyoutput dvi html ps POSIX lvalp llocp calc yyo fval Wmaybe
|