Lines Matching refs:yyoutput
995 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
998 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
999 FILE *yyoutput;
1004 FILE *yyo = yyoutput;
1010 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1012 YYUSE (yyoutput);
1029 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1032 yy_symbol_print (yyoutput, yytype, yyvaluep)
1033 FILE *yyoutput;
1039 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1041 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1043 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1044 YYFPRINTF (yyoutput, ")");