Lines Matching defs:stderr

410         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
499 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
584 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
590 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
592 fputc('\n', stderr);
609 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
629 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
631 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
633 fputs("Starting trial parse.\n", stderr);
654 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
709 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
744 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
780 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
832 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
885 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
904 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
939 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
962 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
971 fputc('<', stderr);
974 if (i != yym) fputs(", ", stderr);
976 yystack.l_mark[1-i]), stderr);
978 fputc('>', stderr);
981 fputc('\n', stderr);
1020 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1025 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1027 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1097 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1113 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1118 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1120 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1144 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",