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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1367 # ifndef YYFPRINTF
1369 # define YYFPRINTF fprintf macro
1375 YYFPRINTF Args; \
1382 YYFPRINTF (stderr, "%s ", Title); \
1385 YYFPRINTF (stderr, "\n"); \
1440 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1442 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1445 YYFPRINTF (yyoutput, ")");
1464 YYFPRINTF (stderr, "Stack now");
1466 YYFPRINTF (stder
[all...]

Completed in 104 milliseconds