Lines Matching defs:stderr

437         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
526 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
611 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
617 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
619 fputc('\n', stderr);
636 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
656 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
658 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
660 fputs("Starting trial parse.\n", stderr);
681 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
736 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
771 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
807 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
859 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
912 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
931 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
966 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
989 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
998 fputc('<', stderr);
1001 if (i != yym) fputs(", ", stderr);
1003 yystack.l_mark[1-i]), stderr);
1005 fputc('>', stderr);
1008 fputc('\n', stderr);
1052 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1057 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1059 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1129 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1145 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1150 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1152 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1176 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",