HomeSort by: relevance | last modified time | path
    Searched refs:YYFPRINTF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 692 # ifndef YYFPRINTF
694 # define YYFPRINTF fprintf
700 YYFPRINTF Args; \
707 YYFPRINTF (stderr, "%s ", Title); \
710 YYFPRINTF (stderr, "\n"); \
765 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
767 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
770 YYFPRINTF (yyoutput, ")");
789 YYFPRINTF (stderr, "Stack now");
793 YYFPRINTF (stderr, " %d", yybot)
    [all...]
dtparser.tab.c 774 # ifndef YYFPRINTF
776 # define YYFPRINTF fprintf
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");
875 YYFPRINTF (stderr, " %d", yybot)
    [all...]
prparser.tab.c 777 # ifndef YYFPRINTF
779 # define YYFPRINTF fprintf
785 YYFPRINTF Args; \
792 YYFPRINTF (stderr, "%s ", Title); \
795 YYFPRINTF (stderr, "\n"); \
850 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
852 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
855 YYFPRINTF (yyoutput, ")");
874 YYFPRINTF (stderr, "Stack now");
878 YYFPRINTF (stderr, " %d", yybot)
    [all...]

Completed in 15 milliseconds