Lines Matching defs:stderr

447     fprintf(stderr, "%s\n", s);
536 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
677 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
775 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
781 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
783 fputc('\n', stderr);
800 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
820 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
822 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
824 fputs("Starting trial parse.\n", stderr);
845 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
900 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
935 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
980 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1032 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1085 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1104 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1139 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1162 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1171 fputc('<', stderr);
1174 if (i != yym) fputs(", ", stderr);
1176 yystack.l_mark[1-i]), stderr);
1178 fputc('>', stderr);
1181 fputc('\n', stderr);
1281 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1286 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1288 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1357 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1373 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1378 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1380 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1404 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",