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

/httpd/server/
H A Dutil_expr_parse.c766 # ifndef YYFPRINTF
768 # define YYFPRINTF fprintf macro
774 YYFPRINTF Args; \
781 YYFPRINTF (stderr, "%s ", Title); \
784 YYFPRINTF (stderr, "\n"); \
840 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
842 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
845 YYFPRINTF (yyoutput, ")");
864 YYFPRINTF (stderr, "Stack now");
868 YYFPRINTF (stder
[all...]

Completed in 24 milliseconds