Lines Matching defs:stderr

480     fprintf(stderr, "%s\n", s);
569 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
658 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
744 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
750 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
752 fputc('\n', stderr);
769 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
789 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
791 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
793 fputs("Starting trial parse.\n", stderr);
814 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
869 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
904 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
949 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1001 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1054 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1073 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1108 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1131 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1140 fputc('<', stderr);
1143 if (i != yym) fputs(", ", stderr);
1145 yystack.l_mark[1-i]), stderr);
1147 fputc('>', stderr);
1150 fputc('\n', stderr);
1250 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1255 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1257 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1326 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1342 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1347 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1349 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1373 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",