Home
last modified time | relevance | path

Searched refs:areap (Results 1 – 12 of 12) sorted by relevance

/minix/bin/ksh/
H A Dexpand.h31 Area *areap; /* area to allocate/free from */ member
39 (xs).areap = (area); \
40 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
60 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap)
64 (size_t)((xp) - (xs).beg), (xs).areap)
H A Dtable.c38 tp->areap = ap;
55 ntblp = (struct tbl**) alloc(sizeofN(struct tbl *, nsize), tp->areap);
74 afree((void*)tblp, tp->areap);
78 afree((void*)otblp, tp->areap);
132 tp->areap);
135 p->areap = tp->areap;
H A Dvar.c192 vp->areap = ATEMP;
272 vp->areap = ATEMP;
391 afree((void*)vq->val.s, vq->areap);
400 vq->val.s = str_save(s, vq->areap);
424 vp->areap = ATEMP;
512 afree(vq->val.s, vq->areap);
605 afree((void*)op, vp->areap);
731 t->areap);
783 afree(tmp, tmp->areap);
1180 vp->areap);
[all …]
H A Dshf.c48 shf->areap = ATEMP;
56 afree(shf, shf->areap);
65 afree(shf, shf->areap);
116 shf->areap = ATEMP;
198 shf->areap = ATEMP;
231 afree(shf, shf->areap);
233 afree(shf->buf, shf->areap);
274 afree(shf, shf->areap);
288 afree(shf, shf->areap);
290 afree(shf->buf, shf->areap);
[all …]
H A Dtable.h8 Area *areap; /* area to allocate entries */ member
17 Area *areap; /* area to allocate from */ member
H A Dlex.c191 source->areap);
758 s = pushs(SALIAS, source->areap);
872 pushs(type, areap) in pushs() argument
874 Area *areap;
878 s = (Source *) alloc(sizeof(Source), areap);
887 s->areap = areap;
890 Xinit(s->xs, dummy, 256, s->areap);
1333 s = pushs(SREREAD, source->areap);
H A Dlex.h28 Area *areap; member
H A Dshf.h58 Area *areap; /* area shf/buf were allocated in */ member
H A Dexec.c684 tfree(tp->val.t, tp->areap);
942 tfree(tp->val.t, tp->areap);
950 tp->val.t = tcopy(t->left, tp->areap);
H A Dexpr.c583 vp->areap = ATEMP; in tempvar()
H A Dhistory.c280 Xinit(xs, xp, n, hist_source->areap);
H A Dmisc.c132 xsp->beg = aresize(xsp->beg, xsp->len + 8, xsp->areap);