Lines Matching refs:yyoutput
970 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
973 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
974 FILE *yyoutput;
983 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
985 YYUSE (yyoutput);
1002 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1005 yy_symbol_print (yyoutput, yytype, yyvaluep)
1006 FILE *yyoutput;
1012 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1014 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1016 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1017 YYFPRINTF (yyoutput, ")");