• 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_calc3_lhs[] = { -1,
184 static const YYINT quote_calc3_len[] = { 2,
188 static const YYINT quote_calc3_defred[] = { 1,
195 static const YYINT quote_calc3_stos[] = { 0,
202 static const YYINT quote_calc3_dgoto[] = { 1,
205 static const YYINT quote_calc3_sindex[] = { 0,
211 static const YYINT quote_calc3_rindex[] = { 0,
218 static const YYINT quote_calc3_cindex[] = { 0,
225 static const YYINT quote_calc3_gindex[] = { 0,
229 static const YYINT quote_calc3_table[] = { 16,
257 static const YYINT quote_calc3_check[] = { 10,
286 static const YYINT quote_calc3_ctable[] = { -1,
424 YYINT *s_base;
425 YYINT *s_mark;
426 YYINT *s_last;
443 YYINT ctry; /* saved index in yyctable[] for this conflict */
484 static YYINT *yylexp = 0;
486 static YYINT *yylexemes = 0;
549 YYINT *newss;
563 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
627 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
735 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
748 *yylexp = (YYINT) YYLEX;
785 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
787 YYINT ctry;
827 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
849 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
873 *yylexp = (YYINT) yychar;
908 *++yystack.s_mark = (YYINT) yystate;
925 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
944 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
990 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1006 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1041 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1075 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
1314 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
1330 *yylexp = (YYINT) YYLEX;
1360 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1378 *++yystack.s_mark = (YYINT) yystate;
1413 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));