Lines Matching defs:stderr

298         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
387 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
473 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
479 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
481 fputc('\n', stderr);
498 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
518 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
520 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
522 fputs("Starting trial parse.\n", stderr);
543 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
598 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
633 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
678 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
730 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
783 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
802 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
837 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
860 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
869 fputc('<', stderr);
872 if (i != yym) fputs(", ", stderr);
874 yystack.l_mark[1-i]), stderr);
876 fputc('>', stderr);
879 fputc('\n', stderr);
918 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
923 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
925 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
994 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1010 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1015 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1017 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1041 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",