Lines Matching refs:yyoutput
942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
945 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
946 FILE *yyoutput;
951 FILE *yyo = yyoutput;
957 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
959 YYUSE (yyoutput);
976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
979 yy_symbol_print (yyoutput, yytype, yyvaluep)
980 FILE *yyoutput;
986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
988 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
990 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
991 YYFPRINTF (yyoutput, ")");