Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c734 # ifndef YYFPRINTF
736 # define YYFPRINTF fprintf macro
742 YYFPRINTF Args; \
749 YYFPRINTF (stderr, "%s ", Title); \
752 YYFPRINTF (stderr, "\n"); \
810 YYFPRINTF (yyoutput, ")");
829 YYFPRINTF (stderr, "Stack now");
833 YYFPRINTF (stderr, " %d", yybot);
835 YYFPRINTF (stderr, "\n");
868 YYFPRINTF (stderr, " $%d = ", yyi + 1);
[all …]
/PHP-7.0/ext/json/
H A Djson_parser.tab.c683 # ifndef YYFPRINTF
685 # define YYFPRINTF fprintf macro
691 YYFPRINTF Args; \
739 YYFPRINTF (yyoutput, "%s %s (", in yy_symbol_print()
743 YYFPRINTF (yyoutput, ")"); in yy_symbol_print()
754 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
758 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
760 YYFPRINTF (stderr, "\n"); in yy_stack_print()
780 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", in yy_reduce_print()
785 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
[all …]

Completed in 14 milliseconds