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

Lines Matching defs:YYINT

185 typedef int YYINT;
186 static const YYINT quote_calc_lhs[] = { -1,
190 static const YYINT quote_calc_len[] = { 2,
194 static const YYINT quote_calc_defred[] = { 1,
201 static const YYINT quote_calc_stos[] = { 0,
208 static const YYINT quote_calc_dgoto[] = { 1,
211 static const YYINT quote_calc_sindex[] = { 0,
217 static const YYINT quote_calc_rindex[] = { 0,
224 static const YYINT quote_calc_cindex[] = { 0,
231 static const YYINT quote_calc_gindex[] = { 0,
235 static const YYINT quote_calc_table[] = { 16,
263 static const YYINT quote_calc_check[] = { 10,
292 static const YYINT quote_calc_ctable[] = { -1,
429 YYINT *s_base;
430 YYINT *s_mark;
431 YYINT *s_last;
448 YYINT ctry; /* saved index in yyctable[] for this conflict */
489 static YYINT *yylexp = 0;
491 static YYINT *yylexemes = 0;
554 YYINT *newss;
568 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
632 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
740 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
753 *yylexp = (YYINT) YYLEX;
790 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
792 YYINT ctry;
832 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
854 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
878 *yylexp = (YYINT) yychar;
913 *++yystack.s_mark = (YYINT) yystate;
930 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
949 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
995 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1011 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1046 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1080 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1319 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1335 *yylexp = (YYINT) YYLEX;
1365 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1383 *++yystack.s_mark = (YYINT) yystate;
1418 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));