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

Lines Matching refs:s_base

412     YYINT    *s_base;
521 #define yydepth (int)(yystack.s_mark - yystack.s_base)
551 i = (int) (data->s_mark - data->s_base);
552 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
556 data->s_base = newss;
576 data->s_last = data->s_base + newsize - 1;
588 free(data->s_base);
609 p->yystack.s_base = NULL;
616 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
617 if (p->yystack.s_base == NULL) return NULL;
690 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
691 yystack.s_mark = yystack.s_base;
810 save = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
815 save->yystack.s_mark = save->yystack.s_base + (yystack.s_mark - yystack.s_base);
816 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
973 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
978 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
979 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
994 yystack.s_mark = yystack.s_base + (save->yystack.s_mark - save->yystack.s_base);
995 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1029 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1030 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1090 if (yystack.s_mark <= yystack.s_base) goto yyabort;
1401 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base);
1402 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1450 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv, pp);
1454 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv);