Lines Matching defs:stderr

531     fprintf(stderr, "%s\n", s);
714 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
803 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
889 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
895 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
897 fputc('\n', stderr);
914 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
934 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
936 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
938 fputs("Starting trial parse.\n", stderr);
959 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
1014 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1049 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1094 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1146 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1199 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1218 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1253 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1276 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1285 fputc('<', stderr);
1288 if (i != yym) fputs(", ", stderr);
1290 yystack.l_mark[1-i]), stderr);
1292 fputc('>', stderr);
1295 fputc('\n', stderr);
1498 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1503 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1505 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1574 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1590 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1595 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1597 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1621 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",