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

Lines Matching defs:YYINT

80 typedef int YYINT;
81 static const YYINT yylhs[] = { -1,
85 static const YYINT yylen[] = { 2,
89 static const YYINT yydefred[] = { 1,
96 static const YYINT yystos[] = { 0,
103 static const YYINT yydgoto[] = { 1,
106 static const YYINT yysindex[] = { 0,
112 static const YYINT yyrindex[] = { 0,
119 static const YYINT yycindex[] = { 0,
126 static const YYINT yygindex[] = { 0,
130 static const YYINT yytable[] = { 6,
154 static const YYINT yycheck[] = { 40,
179 static const YYINT yyctable[] = { -1,
311 YYINT *s_base;
312 YYINT *s_mark;
313 YYINT *s_last;
330 YYINT ctry; /* saved index in yyctable[] for this conflict */
371 static YYINT *yylexp = 0;
373 static YYINT *yylexemes = 0;
437 YYINT *newss;
451 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
515 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
623 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
636 *yylexp = (YYINT) YYLEX;
673 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
675 YYINT ctry;
715 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
737 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
761 *yylexp = (YYINT) yychar;
796 *++yystack.s_mark = (YYINT) yystate;
813 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
832 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
878 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
894 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
929 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
963 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1202 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1218 *yylexp = (YYINT) YYLEX;
1248 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1266 *++yystack.s_mark = (YYINT) yystate;
1301 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));