Lines Matching defs:stderr

478     fprintf(stderr, "%s\n", s);
567 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
656 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
741 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
747 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
749 fputc('\n', stderr);
766 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
786 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
788 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
790 fputs("Starting trial parse.\n", stderr);
811 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
866 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
901 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
937 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
989 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1042 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1061 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1096 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1119 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1128 fputc('<', stderr);
1131 if (i != yym) fputs(", ", stderr);
1133 yystack.l_mark[1-i]), stderr);
1135 fputc('>', stderr);
1138 fputc('\n', stderr);
1238 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1243 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1245 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1315 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1331 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1336 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1338 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1362 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",