Lines Matching refs:yyoutput
827 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
830 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
831 FILE *yyoutput;
836 FILE *yyo = yyoutput;
842 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
844 YYUSE (yyoutput);
857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
860 yy_symbol_print (yyoutput, yytype, yyvaluep)
861 FILE *yyoutput;
867 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
869 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
871 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
872 YYFPRINTF (yyoutput, ")");