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

Lines Matching defs:YYINT

199 typedef int YYINT;
200 static const YYINT varsyntax_calc1_lhs[] = { -1,
205 static const YYINT varsyntax_calc1_len[] = { 2,
210 static const YYINT varsyntax_calc1_defred[] = { 0,
220 static const YYINT varsyntax_calc1_stos[] = { 0,
230 static const YYINT varsyntax_calc1_dgoto[] = { 7,
233 static const YYINT varsyntax_calc1_sindex[] = { -40,
242 static const YYINT varsyntax_calc1_rindex[] = { 0,
252 static const YYINT varsyntax_calc1_cindex[] = { 0,
262 static const YYINT varsyntax_calc1_gindex[] = { 0,
266 static const YYINT varsyntax_calc1_table[] = { 6,
291 static const YYINT varsyntax_calc1_check[] = { 40,
317 static const YYINT varsyntax_calc1_ctable[] = { -1,
460 YYINT *s_base;
461 YYINT *s_mark;
462 YYINT *s_last;
479 YYINT ctry; /* saved index in yyctable[] for this conflict */
520 static YYINT *yylexp = 0;
522 static YYINT *yylexemes = 0;
675 YYINT *newss;
689 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
753 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
861 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
874 *yylexp = (YYINT) YYLEX;
911 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
913 YYINT ctry;
953 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
975 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
999 *yylexp = (YYINT) yychar;
1034 *++yystack.s_mark = (YYINT) yystate;
1051 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1070 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1116 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1132 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1167 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1201 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1543 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1559 *yylexp = (YYINT) YYLEX;
1589 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1607 *++yystack.s_mark = (YYINT) yystate;
1642 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));