Lines Matching refs:yyoutput
980 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
983 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
984 FILE *yyoutput;
989 FILE *yyo = yyoutput;
995 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
997 YYUSE (yyoutput);
1014 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1017 yy_symbol_print (yyoutput, yytype, yyvaluep)
1018 FILE *yyoutput;
1024 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1026 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1028 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1029 YYFPRINTF (yyoutput, ")");