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

Lines Matching defs:YYINT

201 typedef int YYINT;
202 static const YYINT expr.oxout_lhs[] = { -1,
205 static const YYINT expr.oxout_len[] = { 2,
208 static const YYINT expr.oxout_defred[] = { 1,
213 static const YYINT expr.oxout_stos[] = { 0,
218 static const YYINT expr.oxout_dgoto[] = { 1,
221 static const YYINT expr.oxout_sindex[] = { 0,
225 static const YYINT expr.oxout_rindex[] = { 0,
230 static const YYINT expr.oxout_cindex[] = { 0,
235 static const YYINT expr.oxout_gindex[] = { 0,
239 static const YYINT expr.oxout_table[] = { 5,
263 static const YYINT expr.oxout_check[] = { 40,
288 static const YYINT expr.oxout_ctable[] = { -1,
411 YYINT *s_base;
412 YYINT *s_mark;
413 YYINT *s_last;
430 YYINT ctry; /* saved index in yyctable[] for this conflict */
471 static YYINT *yylexp = 0;
473 static YYINT *yylexemes = 0;
1816 YYINT *newss;
1830 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
1894 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
2002 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
2015 *yylexp = (YYINT) YYLEX;
2052 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
2054 YYINT ctry;
2094 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
2116 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
2140 *yylexp = (YYINT) yychar;
2175 *++yystack.s_mark = (YYINT) yystate;
2192 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
2211 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
2257 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
2273 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
2308 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
2342 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
2579 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
2595 *yylexp = (YYINT) YYLEX;
2625 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
2643 *++yystack.s_mark = (YYINT) yystate;
2678 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));