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

Lines Matching refs:s_base

400     YYINT    *s_base;
479 #define yydepth (int)(yystack.s_mark - yystack.s_base)
509 i = (int) (data->s_mark - data->s_base);
510 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
514 data->s_base = newss;
534 data->s_last = data->s_base + newsize - 1;
546 free(data->s_base);
567 p->yystack.s_base = NULL;
574 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
575 if (p->yystack.s_base == NULL) return NULL;
709 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
710 yystack.s_mark = yystack.s_base;
829 save = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
834 save->yystack.s_mark = save->yystack.s_base + (yystack.s_mark - yystack.s_base);
835 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
992 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
997 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
998 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1013 yystack.s_mark = yystack.s_base + (save->yystack.s_mark - save->yystack.s_base);
1014 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1048 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1049 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1109 if (yystack.s_mark <= yystack.s_base) goto yyabort;
1420 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base);
1421 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1469 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv, pp);
1473 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv);