Lines Matching defs:stderr

530     fprintf(stderr, "%s\n", s);
713 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
802 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
888 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
894 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
896 fputc('\n', stderr);
913 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
933 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
935 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
937 fputs("Starting trial parse.\n", stderr);
958 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
1013 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1048 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
1093 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
1145 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
1198 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
1217 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
1252 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
1275 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
1284 fputc('<', stderr);
1287 if (i != yym) fputs(", ", stderr);
1289 yystack.l_mark[1-i]), stderr);
1291 fputc('>', stderr);
1294 fputc('\n', stderr);
1497 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1502 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
1504 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
1573 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1589 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1594 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1596 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1620 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",