Lines Matching refs:YYFPRINTF
1658 # ifndef YYFPRINTF
1660 # define YYFPRINTF fprintf macro
1666 YYFPRINTF Args; \
1687 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_()
1689 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
1695 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
1697 res += YYFPRINTF (yyo, ".%d", end_col); in yy_location_print_()
1700 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_()
1718 YYFPRINTF (stderr, "%s ", Title); \
1721 YYFPRINTF (stderr, "\n"); \
1755 YYFPRINTF (yyoutput, "%s %s (", in yy_symbol_print()
1759 YYFPRINTF (yyoutput, ": "); in yy_symbol_print()
1761 YYFPRINTF (yyoutput, ")"); in yy_symbol_print()
1772 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
1776 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
1778 YYFPRINTF (stderr, "\n"); in yy_stack_print()
1798 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", in yy_reduce_print()
1803 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1808 YYFPRINTF (stderr, "\n"); in yy_reduce_print()