Lines Matching defs:stderr

296         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
385 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
470 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
476 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
478 fputc('\n', stderr);
495 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
515 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
517 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
519 fputs("Starting trial parse.\n", stderr);
540 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
595 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
630 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
666 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
718 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
771 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
790 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
825 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
848 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
857 fputc('<', stderr);
860 if (i != yym) fputs(", ", stderr);
862 yystack.l_mark[1-i]), stderr);
864 fputc('>', stderr);
867 fputc('\n', stderr);
906 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
911 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
913 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
983 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
999 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1004 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1006 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1030 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",