Searched refs:yytname (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp209 static const char * const yytname[] = { "$","error","$undefined.","NUMBER", variable
736 fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
777 fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
818 fprintf (stderr, "%s ", yytname[yyrhs[i]]);
819 fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1022 x < (sizeof(yytname) / sizeof(char *)); x++)
1024 size += strlen(yytname[x]) + 15, count++;
1035 x < (sizeof(yytname) / sizeof(char *)); x++)
1040 strlcat(msg, yytname[x], len);
1069 fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar
[all...]
H A DOSUnserializeXML.cpp567 static const char *const yytname[] = variable
852 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
854 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1014 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1074 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1106 /* Stay within bounds of both yycheck and yytname. */
1111 yyarg[0] = yytname[yytype];
1124 yyarg[yycount++] = yytname[yyx];
1125 yysize1 = yysize + yytnamerr (0, yytname[yyx]);

Completed in 17 milliseconds