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

Lines Matching defs:YYINT

175 typedef int YYINT;
176 static const YYINT error_lhs[] = { -1,
179 static const YYINT error_len[] = { 2,
182 static const YYINT error_defred[] = { 0,
186 static const YYINT error_stos[] = { 0,
190 static const YYINT error_dgoto[] = { 2,
192 static const YYINT error_sindex[] = { -256,
195 static const YYINT error_rindex[] = { 0,
199 static const YYINT error_cindex[] = { 0,
203 static const YYINT error_gindex[] = { 0,
206 static const YYINT error_table[] = { 1,
208 static const YYINT error_check[] = { 256,
211 static const YYINT error_ctable[] = { -1,
291 YYINT *s_base;
292 YYINT *s_mark;
293 YYINT *s_last;
310 YYINT ctry; /* saved index in yyctable[] for this conflict */
360 YYINT *newss;
374 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
438 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
521 static YYINT *yylexp = 0;
523 static YYINT *yylexemes = 0;
607 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
620 *yylexp = (YYINT) YYLEX;
657 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
659 YYINT ctry;
699 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
721 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
745 *yylexp = (YYINT) yychar;
780 *++yystack.s_mark = (YYINT) yystate;
797 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
816 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
862 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
878 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
913 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
947 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1125 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1141 *yylexp = (YYINT) YYLEX;
1171 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1189 *++yystack.s_mark = (YYINT) yystate;
1224 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));