Lines Matching defs:stderr

500     fprintf(stderr, "%s\n", s);
588 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
677 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
763 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
769 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
771 fputc('\n', stderr);
788 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
808 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
810 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
812 fputs("Starting trial parse.\n", stderr);
833 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
888 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
923 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
968 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1020 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1073 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1092 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1127 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1150 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1159 fputc('<', stderr);
1162 if (i != yym) fputs(", ", stderr);
1164 yystack.l_mark[1-i]), stderr);
1166 fputc('>', stderr);
1169 fputc('\n', stderr);
1269 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1274 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1276 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1345 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1361 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1366 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1368 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1392 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",