Lines Matching defs:stderr

481     fprintf(stderr, "%s\n", s);
678 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
817 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
902 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
908 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
910 fputc('\n', stderr);
927 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
947 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
949 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
951 fputs("Starting trial parse.\n", stderr);
972 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
1027 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1062 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1098 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1150 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1203 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1222 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1257 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1280 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1289 fputc('<', stderr);
1292 if (i != yym) fputs(", ", stderr);
1294 yystack.l_mark[1-i]), stderr);
1296 fputc('>', stderr);
1299 fputc('\n', stderr);
1532 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1537 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1539 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1609 fprintf(stderr, "%s[%d]: state %d, reading %d (%s)\n",
1625 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1630 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1632 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1656 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",