Searched refs:yyoutput (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.c113 yysymprint(pTHX_ PerlIO * const yyoutput, int yytype, const YYSTYPE * const yyvaluep) argument
117 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
119 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
121 YYFPRINTF (yyoutput, "0x%" UVxf, (UV)yyvaluep->ival);
125 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
127 YYFPRINTF (yyoutput, ")");
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-yacc.c795 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
798 yysymprint (yyoutput, yytype, yyvaluep)
799 FILE *yyoutput;
808 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
810 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
815 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
822 YYFPRINTF (yyoutput, ")");
793 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.c1109 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1112 yysymprint (yyoutput, yytype, yyvaluep)
1113 FILE *yyoutput;
1123 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1125 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1129 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1136 YYFPRINTF (yyoutput, ")");
1107 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Djv-exp.c1039 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1042 yysymprint (yyoutput, yytype, yyvaluep)
1043 FILE *yyoutput;
1053 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1055 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1059 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1066 YYFPRINTF (yyoutput, ")");
1037 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Dada-exp.c1176 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1179 yysymprint (yyoutput, yytype, yyvaluep)
1180 FILE *yyoutput;
1190 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1192 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1196 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1203 YYFPRINTF (yyoutput, ")");
1174 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Df-exp.c988 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
991 yysymprint (yyoutput, yytype, yyvaluep)
992 FILE *yyoutput;
1002 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1004 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1008 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1015 YYFPRINTF (yyoutput, ")");
986 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Dobjc-exp.c1152 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1155 yysymprint (yyoutput, yytype, yyvaluep)
1156 FILE *yyoutput;
1166 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1168 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1172 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1179 YYFPRINTF (yyoutput, ")");
1150 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Dp-exp.c962 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
965 yysymprint (yyoutput, yytype, yyvaluep)
966 FILE *yyoutput;
976 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
978 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
982 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
989 YYFPRINTF (yyoutput, ")");
960 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument
H A Dc-exp.c1168 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1171 yysymprint (yyoutput, yytype, yyvaluep)
1172 FILE *yyoutput;
1182 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1184 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1188 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1195 YYFPRINTF (yyoutput, ")");
1166 yysymprint(FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) argument

Completed in 220 milliseconds