Lines Matching defs:yyoutput
831 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
834 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
835 FILE *yyoutput;
844 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
846 YYUSE (yyoutput);
863 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
866 yy_symbol_print (yyoutput, yytype, yyvaluep)
867 FILE *yyoutput;
873 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
875 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
877 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
878 YYFPRINTF (yyoutput, ")");