Lines Matching defs:stderr

474     fprintf(stderr, "%s\n", s);
563 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
704 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
802 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
808 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
810 fputc('\n', stderr);
827 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
847 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
849 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
851 fputs("Starting trial parse.\n", stderr);
872 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
927 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
962 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1007 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1059 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1112 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1131 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1166 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1189 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1198 fputc('<', stderr);
1201 if (i != yym) fputs(", ", stderr);
1203 yystack.l_mark[1-i]), stderr);
1205 fputc('>', stderr);
1208 fputc('\n', stderr);
1308 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1313 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1315 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1384 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1400 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1405 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1407 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1431 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",