Lines Matching defs:stderr

446     fprintf(stderr, "%s\n", s);
535 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
674 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
759 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
765 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
767 fputc('\n', stderr);
784 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
804 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
806 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
808 fputs("Starting trial parse.\n", stderr);
829 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
884 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
919 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
955 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1007 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1060 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1079 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1114 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1137 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1146 fputc('<', stderr);
1149 if (i != yym) fputs(", ", stderr);
1151 yystack.l_mark[1-i]), stderr);
1153 fputc('>', stderr);
1156 fputc('\n', stderr);
1256 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1261 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1263 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1333 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1349 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1354 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1356 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1380 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",