Lines Matching defs:yyoutput
1089 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1092 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
1093 FILE *yyoutput;
1102 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1104 YYUSE (yyoutput);
1121 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1124 yy_symbol_print (yyoutput, yytype, yyvaluep)
1125 FILE *yyoutput;
1131 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1133 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1135 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1136 YYFPRINTF (yyoutput, ")");