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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 800 # ifndef YYFPRINTF
802 # define YYFPRINTF fprintf
808 YYFPRINTF Args; \
815 YYFPRINTF (stderr, "%s ", Title); \
818 YYFPRINTF (stderr, "\n"); \
873 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
875 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
878 YYFPRINTF (yyoutput, ")");
897 YYFPRINTF (stderr, "Stack now");
901 YYFPRINTF (stderr, " %d", yybot)
    [all...]
dtparser.tab.c 882 # ifndef YYFPRINTF
884 # define YYFPRINTF fprintf
890 YYFPRINTF Args; \
897 YYFPRINTF (stderr, "%s ", Title); \
900 YYFPRINTF (stderr, "\n"); \
955 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
957 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
960 YYFPRINTF (yyoutput, ")");
979 YYFPRINTF (stderr, "Stack now");
983 YYFPRINTF (stderr, " %d", yybot)
    [all...]
prparser.tab.c 885 # ifndef YYFPRINTF
887 # define YYFPRINTF fprintf
893 YYFPRINTF Args; \
900 YYFPRINTF (stderr, "%s ", Title); \
903 YYFPRINTF (stderr, "\n"); \
958 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
960 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
963 YYFPRINTF (yyoutput, ")");
982 YYFPRINTF (stderr, "Stack now");
986 YYFPRINTF (stderr, " %d", yybot)
    [all...]

Completed in 14 milliseconds