Home | History | Annotate | Download | only in src

Lines Matching refs:yyoutput

947 | Print this symbol on YYOUTPUT.  |
954 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
957 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp)
958 FILE *yyoutput;
969 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
971 YYUSE (yyoutput);
1062 | Print this symbol on YYOUTPUT. |
1068 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1071 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp)
1072 FILE *yyoutput;
1079 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1081 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1083 YY_LOCATION_PRINT (yyoutput, *yylocationp);
1084 YYFPRINTF (yyoutput, ": ");
1085 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp);
1086 YYFPRINTF (yyoutput, ")");