Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/json/
H A Djson_parser.tab.c680 # ifndef YYFPRINTF
682 # define YYFPRINTF fprintf macro
688 YYFPRINTF Args; \
736 YYFPRINTF (yyoutput, "%s %s (", in yy_symbol_print()
740 YYFPRINTF (yyoutput, ")"); in yy_symbol_print()
751 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
755 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
757 YYFPRINTF (stderr, "\n"); in yy_stack_print()
777 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", in yy_reduce_print()
782 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
[all …]

Completed in 13 milliseconds