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

/xnu-2782.1.97/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.cpp778 # ifndef YYFPRINTF
780 # define YYFPRINTF fprintf macro
786 YYFPRINTF Args; \
793 YYFPRINTF (stderr, "%s ", Title); \
796 YYFPRINTF (stderr, "\n"); \
851 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
853 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
856 YYFPRINTF (yyoutput, ")");
875 YYFPRINTF (stderr, "Stack now");
877 YYFPRINTF (stder
[all...]

Completed in 25 milliseconds