Lines Matching refs:YYFPRINTF
642 # ifndef YYFPRINTF
644 # define YYFPRINTF fprintf macro
650 YYFPRINTF Args; \
671 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_()
673 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
679 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
681 res += YYFPRINTF (yyo, ".%d", end_col); in yy_location_print_()
684 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_()
702 YYFPRINTF (stderr, "%s ", Title); \
705 YYFPRINTF (stderr, "\n"); \
737 YYFPRINTF (yyoutput, "%s %s (", in yy_symbol_print()
741 YYFPRINTF (yyoutput, ": "); 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()
790 YYFPRINTF (stderr, "\n"); in yy_reduce_print()