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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp771 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
774 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
775 FILE *yyoutput; variable
784 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
786 YYUSE (yyoutput);
803 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
806 yy_symbol_print (yyoutput, yytype, yyvaluep)
807 FILE *yyoutput; variable
813 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
815 YYFPRINTF (yyoutput, "nter
[all...]
H A DOSUnserializeXML.cpp805 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
808 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
809 FILE *yyoutput; variable
818 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
820 YYUSE (yyoutput);
837 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
840 yy_symbol_print (yyoutput, yytype, yyvaluep)
841 FILE *yyoutput; variable
847 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
849 YYFPRINTF (yyoutput, "nter
[all...]

Completed in 13 milliseconds