• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/byacc/test/btyacc/

Lines Matching defs:stderr

298         fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
387 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
476 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
482 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
484 fputc('\n', stderr);
501 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
521 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
523 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
525 fputs("Starting trial parse.\n", stderr);
546 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth);
601 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
636 fprintf(stderr, "%s[%d]: state %d, shifting to state %d\n",
681 fprintf(stderr, "%s[%d]: ERROR in state %d, CONFLICT BACKTRACKING to state %d, %d tokens\n",
733 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
786 fprintf(stderr, "%s[%d]: state %d, error recovery shifting to state %d\n",
805 fprintf(stderr, "%s[%d]: error recovery discarding state %d\n",
840 fprintf(stderr, "%s[%d]: state %d, error recovery discarding token %d (%s)\n",
863 fprintf(stderr, "%s[%d]: state %d, reducing by rule %d (%s)",
872 fputc('<', stderr);
875 if (i != yym) fputs(", ", stderr);
877 yystack.l_mark[1-i]), stderr);
879 fputc('>', stderr);
882 fputc('\n', stderr);
921 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
926 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[YYFINAL], yyval));
928 fprintf(stderr, "shifting from state 0 to final state %d\n", YYFINAL);
997 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)\n",
1013 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1018 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1020 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1044 fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\n",