Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.c547 # ifndef YYFPRINTF
549 # define YYFPRINTF fprintf macro
555 YYFPRINTF Args; \
916 YYFPRINTF (stderr, "Next token is %d (%s", in yyparse()
923 YYFPRINTF (stderr, ")\n"); in yyparse()
1017 YYFPRINTF (stderr, "Reducing via rule %d (line %d), ", in yyparse()
1022 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]); in yyparse()
1023 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]); in yyparse()
1119 YYFPRINTF (stderr, "state stack now"); in yyparse()
1121 YYFPRINTF (stderr, " %d", *++yyssp1); in yyparse()
[all …]