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

Lines Matching refs:s_base

1115     YYINT    *s_base;
1353 #define yydepth (int)(yystack.s_mark - yystack.s_base)
1383 i = (int) (data->s_mark - data->s_base);
1384 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
1388 data->s_base = newss;
1408 data->s_last = data->s_base + newsize - 1;
1420 free(data->s_base);
1441 p->yystack.s_base = NULL;
1448 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
1449 if (p->yystack.s_base == NULL) return NULL;
1522 if (yystack.s_base == NULL && yygrowstack(&yystack) == YYENOMEM) goto yyoverflow;
1523 yystack.s_mark = yystack.s_base;
1642 save = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1647 save->yystack.s_mark = save->yystack.s_base + (yystack.s_mark - yystack.s_base);
1648 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1805 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1810 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
1811 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1826 yystack.s_mark = yystack.s_base + (save->yystack.s_mark - save->yystack.s_base);
1827 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1861 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1862 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1922 if (yystack.s_mark <= yystack.s_base) goto yyabort;
2847 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base);
2848 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
2896 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv, pp);
2900 yystos[*(yystack.s_base + (pv - yystack.l_base))], pv);