Searched refs:YYFPRINTF (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 734 # 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.2/ext/json/ |
H A D | json_parser.tab.c | 680 # 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