Lines Matching defs:stderr

528     fprintf(stderr, "%s\n", s);
711 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
800 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
885 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
891 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
893 fputc('\n', stderr);
910 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
930 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
932 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
934 fputs("Starting trial parse.\n", stderr);
955 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
1010 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1045 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1081 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1133 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1186 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1205 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1240 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1263 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1272 fputc('<', stderr);
1275 if (i != yym) fputs(", ", stderr);
1277 yystack.l_mark[1-i]), stderr);
1279 fputc('>', stderr);
1282 fputc('\n', stderr);
1485 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1490 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1492 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1562 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1578 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1583 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1585 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1609 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",