Home | History | Annotate | Download | only in src

Lines Matching defs:yytname

643 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
645 static const char *const yytname[] =
1079 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1081 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1244 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1304 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1336 /* Stay within bounds of both yycheck and yytname. */
1341 yyarg[0] = yytname[yytype];
1354 yyarg[yycount++] = yytname[yyx];
1355 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
2486 return yytname[YYTRANSLATE (type)];