Lines Matching defs:stderr

529         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
618 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
703 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
709 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
711 fputc('\n', stderr);
728 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
748 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
750 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
752 fputs("Starting trial parse.\n", stderr);
773 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
828 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
863 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
899 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
951 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1004 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1023 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1058 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1081 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1090 fputc('<', stderr);
1093 if (i != yym) fputs(", ", stderr);
1095 yystack.l_mark[1-i]), stderr);
1097 fputc('>', stderr);
1100 fputc('\n', stderr);
1200 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1205 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1207 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1277 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1293 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1298 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1300 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1324 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",