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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp779 # ifndef YYFPRINTF
781 # define YYFPRINTF fprintf macro
787 YYFPRINTF Args; \
794 YYFPRINTF (stderr, "%s ", Title); \
797 YYFPRINTF (stderr, "\n"); \
852 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
854 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
857 YYFPRINTF (yyoutput, ")");
876 YYFPRINTF (stderr, "Stack now");
878 YYFPRINTF (stder
[all...]

Completed in 22 milliseconds