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

Lines Matching defs:YYINT

22 typedef int YYINT;
23 static const YYINT yylhs[] = { -1,
26 static const YYINT yylen[] = { 2,
29 static const YYINT yydefred[] = { 0,
33 static const YYINT yystos[] = { 0,
37 static const YYINT yydgoto[] = { 2,
39 static const YYINT yysindex[] = { -256,
42 static const YYINT yyrindex[] = { 0,
46 static const YYINT yycindex[] = { 0,
50 static const YYINT yygindex[] = { 0,
53 static const YYINT yytable[] = { 1,
55 static const YYINT yycheck[] = { 256,
58 static const YYINT yyctable[] = { -1,
149 YYINT *s_base;
150 YYINT *s_mark;
151 YYINT *s_last;
168 YYINT ctry; /* saved index in yyctable[] for this conflict */
209 static YYINT *yylexp = 0;
211 static YYINT *yylexemes = 0;
259 YYINT *newss;
273 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
337 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
445 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
458 *yylexp = (YYINT) YYLEX;
495 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
497 YYINT ctry;
537 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
559 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
583 *yylexp = (YYINT) yychar;
618 *++yystack.s_mark = (YYINT) yystate;
635 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
654 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
700 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
716 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
751 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
785 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
963 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
979 *yylexp = (YYINT) YYLEX;
1009 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1027 *++yystack.s_mark = (YYINT) yystate;
1062 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));