/external/mksh/src/ |
var.c | 67 /* TODO: could use e->area (l->area => l->areap) */ 238 vp->areap = ATEMP; 308 vp->areap = ATEMP; 430 afree(vq->val.s, vq->areap); 439 strdupx(vq->val.s, s, vq->areap); 462 vp->areap = ATEMP; 576 afree(vq->val.s, vq->areap); 683 xp = alloc(namelen + 1 + vallen, vp->areap); 691 afree(op, vp->areap); 796 afree(tmp->val.s, tmp->areap); [all...] |
shf.c | 58 shf->areap = ATEMP; 66 afree(shf, shf->areap); 75 afree(shf, shf->areap); 140 shf->areap = ATEMP; 201 shf->areap = ATEMP; 206 buf = alloc(bsize, shf->areap); 233 afree(shf, shf->areap); 235 afree(shf->buf, shf->areap); 275 afree(shf, shf->areap); 347 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap); [all...] |
lex.c | 305 source->areap); 665 source->areap); 785 s = pushs(SREREAD, source->areap); 1075 s = pushs(SALIAS, source->areap); 1231 pushs(int type, Area *areap) 1235 s = alloc(sizeof(Source), areap); 1239 s->areap = areap; 1241 XinitN(s->xs, 256, s->areap); [all...] |
main.c | [all...] |
sh.h | 1061 Area *areap; /* area shf/buf were allocated in */ member in struct:shf 1078 Area *areap; /* area to allocate entries */ member in struct:table 1087 Area *areap; member in struct:tbl 1409 Area *areap; \/* area to allocate\/free from *\/ member in struct:XString 1508 Area *areap; member in struct:source [all...] |
exec.c | 765 tfree(tp->val.t, tp->areap); 1012 tfree(tp->val.t, tp->areap); 1021 tp->val.t = tcopy(t->left, tp->areap); [all...] |
jobs.c | 1211 vp_pipest->areap); 1217 vp->areap = vp_pipest->areap; [all...] |
expr.c | 664 vp->areap = ATEMP;
|
histrap.c | 346 Xinit(xs, xp, n, hist_source->areap); [all...] |
misc.c | 121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap); [all...] |