Home
last modified time | relevance | path

Searched refs:YYFPRINTF (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c523 # ifndef YYFPRINTF
525 # define YYFPRINTF fprintf macro
531 YYFPRINTF Args; \
892 YYFPRINTF (stderr, "Next token is %d (%s", in yyparse()
899 YYFPRINTF (stderr, ")\n"); in yyparse()
993 YYFPRINTF (stderr, "Reducing via rule %d (line %d), ", in yyparse()
998 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]); in yyparse()
999 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]); in yyparse()
1095 YYFPRINTF (stderr, "state stack now"); in yyparse()
1097 YYFPRINTF (stderr, " %d", *++yyssp1); in yyparse()
[all …]
/external/bison/data/
Dglr.c508 # ifndef YYFPRINTF
509 # define YYFPRINTF fprintf
515 YYFPRINTF Args; \
524 YYFPRINTF (stderr, "%s ", Title); \
526 YYFPRINTF (stderr, "\n"); \
919 YYFPRINTF (stderr, "%s unresolved ", yymsg);
921 YYFPRINTF (stderr, "%s incomplete ", yymsg);
924 YYFPRINTF (stderr, "\n");
1370 [ YYFPRINTF (stderr, "Reducing stack %lu by rule %d (line %lu):\n",
1376 YYFPRINTF (stderr, " $%d = ", yyi + 1);
[all …]
Dyacc.c801 # ifndef YYFPRINTF
803 # define YYFPRINTF fprintf
809 YYFPRINTF Args; \
816 YYFPRINTF (stderr, "%s ", Title); \
819 YYFPRINTF (stderr, "\n"); \
834 YYFPRINTF (stderr, "Stack now");
838 YYFPRINTF (stderr, " %d", yybot);
840 YYFPRINTF (stderr, "\n");
863 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
868 YYFPRINTF (stderr, " $%d = ", yyi + 1);
[all …]
Dc.m4535 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
537 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
540 YYFPRINTF (yyoutput, ": ");
544 YYFPRINTF (yyoutput, ")");
/external/bison/src/
Dparse-gram.c1031 # ifndef YYFPRINTF
1033 # define YYFPRINTF fprintf macro
1039 YYFPRINTF Args; \
1046 YYFPRINTF (stderr, "%s ", Title); \
1049 YYFPRINTF (stderr, "\n"); \
1235 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1237 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1240 YYFPRINTF (yyoutput, ": ");
1242 YYFPRINTF (yyoutput, ")");
1261 YYFPRINTF (stderr, "Stack now");
[all …]
/external/libpcap/
Dgrammar.c1433 # ifndef YYFPRINTF
1435 # define YYFPRINTF fprintf macro
1441 YYFPRINTF Args; \
1454 YYFPRINTF (stderr, "%s ", Title); \
1457 YYFPRINTF (stderr, "\n"); \
1488 YYFPRINTF (yyoutput, "%s %s (", in yy_symbol_print()
1492 YYFPRINTF (yyoutput, ")"); in yy_symbol_print()
1503 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
1507 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
1509 YYFPRINTF (stderr, "\n"); in yy_stack_print()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped832 # ifndef YYFPRINTF
834 # define YYFPRINTF fprintf
840 YYFPRINTF Args; \
847 YYFPRINTF (stderr, "%s ", Title); \
850 YYFPRINTF (stderr, "\n"); \
869 YYFPRINTF (stderr, "Stack now");
871 YYFPRINTF (stderr, " %d", *bottom);
872 YYFPRINTF (stderr, "\n");
897 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu), ",
901 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
[all …]
/external/bison/
DChangeLog-20124941 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
4944 and so that YYFPRINTF is guaranteed to be defined here.
5218 Use YYFPRINTF instead of fprintf where appropriate. Reported by
5223 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
9773 All uses replaced by YYFPRINTF and YYDPRINTF.
9809 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
10493 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
14478 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
16645 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
16648 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
[all …]
DChangeLog3231 (Table of Symbols): Document YYPRINT and YYFPRINTF.
/external/bison/doc/
Dbison.texi8973 @findex YYFPRINTF
8975 @code{YYFPRINTF (stderr, @var{format}, @var{args})} where
8978 define @code{YYFPRINTF}, @code{<stdio.h>} is automatically included
8979 and @code{YYFPRINTF} is defined to @code{fprintf}.
11895 @deffn {Macro} YYFPRINTF
12326 @c LocalWords: hexflag STR exdent itemset asis DYYDEBUG YYFPRINTF args Autoconf
Dbison.info8476 `YYFPRINTF (stderr, FORMAT, ARGS)' where FORMAT and ARGS are the usual
8478 nonzero value but do not define `YYFPRINTF', `<stdio.h>' is
8479 automatically included and `YYFPRINTF' is defined to `fprintf'.
11020 -- Macro: YYFPRINTF
12606 * YYFPRINTF <1>: Enabling Traces. (line 36)
12607 * YYFPRINTF: Table of Symbols. (line 321)