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

Lines Matching defs:YYINT

477 typedef int YYINT;
478 static const YYINT grammar_lhs[] = { -1,
492 static const YYINT grammar_len[] = { 2,
506 static const YYINT grammar_defred[] = { 0,
524 static const YYINT grammar_stos[] = { 0,
542 static const YYINT grammar_dgoto[] = { 33,
549 static const YYINT grammar_sindex[] = { -2,
566 static const YYINT grammar_rindex[] = { 99,
584 static const YYINT grammar_cindex[] = { 0,
602 static const YYINT grammar_gindex[] = { 0,
610 static const YYINT grammar_table[] = { 58,
705 static const YYINT grammar_check[] = { 38,
801 static const YYINT grammar_ctable[] = { -1,
1115 YYINT *s_base;
1116 YYINT *s_mark;
1117 YYINT *s_last;
1134 YYINT ctry; /* saved index in yyctable[] for this conflict */
1175 static YYINT *yylexp = 0;
1177 static YYINT *yylexemes = 0;
1370 YYINT *newss;
1384 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
1448 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
1556 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
1569 *yylexp = (YYINT) YYLEX;
1606 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1608 YYINT ctry;
1648 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1670 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
1694 *yylexp = (YYINT) yychar;
1729 *++yystack.s_mark = (YYINT) yystate;
1746 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1765 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
1811 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1827 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1862 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1896 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
2749 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
2765 *yylexp = (YYINT) YYLEX;
2795 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
2813 *++yystack.s_mark = (YYINT) yystate;
2848 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));