Home | History | Annotate | Download | only in sh

Lines Matching refs:yyoutput

787 | Print this symbol on YYOUTPUT.  |
792 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
795 yysymprint (yyoutput, yytype, yyvaluep)
796 FILE *yyoutput;
806 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
808 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
812 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
819 YYFPRINTF (yyoutput, ")");