Lines Matching defs:stderr

510     fprintf(stderr, "%s\n", s);
598 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
687 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
776 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
782 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
784 fputc('\n', stderr);
801 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
821 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
823 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
825 fputs("Starting trial parse.\n", stderr);
846 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
901 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
936 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
981 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1033 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1086 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1105 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1140 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1163 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1172 fputc('<', stderr);
1175 if (i != yym) fputs(", ", stderr);
1177 yystack.l_mark[1-i]), stderr);
1179 fputc('>', stderr);
1182 fputc('\n', stderr);
1282 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1287 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1289 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1358 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1374 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1379 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1381 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1405 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",