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

Lines Matching defs:YYINT

179 typedef int YYINT;
180 static const YYINT quote_calc2_lhs[] = { -1,
184 static const YYINT quote_calc2_len[] = { 2,
188 static const YYINT quote_calc2_defred[] = { 1,
195 static const YYINT quote_calc2_stos[] = { 0,
202 static const YYINT quote_calc2_dgoto[] = { 1,
205 static const YYINT quote_calc2_sindex[] = { 0,
211 static const YYINT quote_calc2_rindex[] = { 0,
218 static const YYINT quote_calc2_cindex[] = { 0,
225 static const YYINT quote_calc2_gindex[] = { 0,
229 static const YYINT quote_calc2_table[] = { 16,
257 static const YYINT quote_calc2_check[] = { 10,
286 static const YYINT quote_calc2_ctable[] = { -1,
423 YYINT *s_base;
424 YYINT *s_mark;
425 YYINT *s_last;
442 YYINT ctry; /* saved index in yyctable[] for this conflict */
483 static YYINT *yylexp = 0;
485 static YYINT *yylexemes = 0;
548 YYINT *newss;
562 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
626 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
734 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
747 *yylexp = (YYINT) YYLEX;
784 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
786 YYINT ctry;
826 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
848 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
872 *yylexp = (YYINT) yychar;
907 *++yystack.s_mark = (YYINT) yystate;
924 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
943 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
989 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1005 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1040 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1074 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1313 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1329 *yylexp = (YYINT) YYLEX;
1359 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1377 *++yystack.s_mark = (YYINT) yystate;
1412 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));