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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp740 # ifndef YYFPRINTF
742 # define YYFPRINTF fprintf macro
748 YYFPRINTF Args; \
755 YYFPRINTF (stderr, "%s ", Title); \
758 YYFPRINTF (stderr, "\n"); \
813 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
815 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
818 YYFPRINTF (yyoutput, ")");
837 YYFPRINTF (stderr, "Stack now");
839 YYFPRINTF (stder
[all...]
H A DOSUnserializeXML.cpp774 # ifndef YYFPRINTF
776 # define YYFPRINTF fprintf macro
782 YYFPRINTF Args; \
789 YYFPRINTF (stderr, "%s ", Title); \
792 YYFPRINTF (stderr, "\n"); \
847 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
849 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
852 YYFPRINTF (yyoutput, ")");
871 YYFPRINTF (stderr, "Stack now");
873 YYFPRINTF (stder
[all...]

Completed in 14 milliseconds