Lines Matching defs:stderr

491     fprintf(stderr, "%s\n", s);
580 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
669 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
754 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
760 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
762 fputc('\n', stderr);
779 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
799 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
801 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
803 fputs("Starting trial parse.\n", stderr);
824 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
879 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
914 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
950 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1002 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1055 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1074 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1109 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1132 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1141 fputc('<', stderr);
1144 if (i != yym) fputs(", ", stderr);
1146 yystack.l_mark[1-i]), stderr);
1148 fputc('>', stderr);
1151 fputc('\n', stderr);
1251 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1256 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1258 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1328 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1344 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1349 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1351 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1375 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",