Lines Matching defs:stderr

439         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
528 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
614 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
620 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
622 fputc('\n', stderr);
639 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
659 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
661 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
663 fputs("Starting trial parse.\n", stderr);
684 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
739 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
774 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
819 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
871 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
924 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
943 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
978 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1001 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1010 fputc('<', stderr);
1013 if (i != yym) fputs(", ", stderr);
1015 yystack.l_mark[1-i]), stderr);
1017 fputc('>', stderr);
1020 fputc('\n', stderr);
1064 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1069 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1071 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1140 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1156 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1161 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1163 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1187 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",