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

Lines Matching defs:YYINT

234 typedef int YYINT;
235 static const YYINT demo_lhs[] = { -1,
243 static const YYINT demo_len[] = { 2,
251 static const YYINT demo_defred[] = { 5,
264 static const YYINT demo_stos[] = { 0,
277 static const YYINT demo_dgoto[] = { 1,
282 static const YYINT demo_sindex[] = { 0,
294 static const YYINT demo_rindex[] = { 0,
307 static const YYINT demo_cindex[] = { 0,
320 static const YYINT demo_gindex[] = { 0,
326 static const YYINT demo_table[] = { 28,
357 static const YYINT demo_check[] = { 41,
389 static const YYINT demo_ctable[] = { 18,
574 YYINT *s_base;
575 YYINT *s_mark;
576 YYINT *s_last;
593 YYINT ctry; /* saved index in yyctable[] for this conflict */
634 static YYINT *yylexp = 0;
636 static YYINT *yylexemes = 0;
1203 YYINT *newss;
1217 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
1281 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
1389 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
1402 *yylexp = (YYINT) YYLEX;
1439 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1441 YYINT ctry;
1481 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1503 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
1527 *yylexp = (YYINT) yychar;
1562 *++yystack.s_mark = (YYINT) yystate;
1579 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1598 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1644 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1660 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1695 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1729 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
2167 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
2183 *yylexp = (YYINT) YYLEX;
2213 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
2231 *++yystack.s_mark = (YYINT) yystate;
2266 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));