Lines Matching defs:yyoutput
916 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
919 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
920 FILE *yyoutput;
929 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
931 YYUSE (yyoutput);
948 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
951 yy_symbol_print (yyoutput, yytype, yyvaluep)
952 FILE *yyoutput;
958 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
960 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
962 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
963 YYFPRINTF (yyoutput, ")");