HomeSort by relevance Sort by last modified time
    Searched refs:areap (Results 1 - 10 of 10) sorted by null

  /external/mksh/src/
var.c 70 /* TODO: could use e->area (l->area => l->areap) */
248 vp->areap = ATEMP;
326 vp->areap = ATEMP;
453 afree(vq->val.s, vq->areap);
462 strdupx(vq->val.s, s, vq->areap);
485 vp->areap = ATEMP;
616 afree(vq->val.s, vq->areap);
721 xp = alloc(namelen + 1 + vallen, vp->areap);
728 afree(op, vp->areap);
883 afree(tmp->val.s, tmp->areap);
    [all...]
shf.c 59 shf->areap = ATEMP;
68 afree(shf, shf->areap);
79 afree(shf, shf->areap);
145 shf->areap = ATEMP;
206 shf->areap = ATEMP;
211 buf = alloc(bsize, shf->areap);
238 afree(shf, shf->areap);
240 afree(shf->buf, shf->areap);
280 afree(shf, shf->areap);
352 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
    [all...]
lex.c 291 source->areap);
668 source->areap);
790 s = pushs(SREREAD, source->areap);
1077 s = pushs(SALIAS, source->areap);
1226 pushs(int type, Area *areap)
1230 s = alloc(sizeof(Source), areap);
1234 s->areap = areap;
1236 XinitN(s->xs, 256, s->areap);
    [all...]
main.c     [all...]
sh.h 1133 Area *areap; /* area shf/buf were allocated in */ member in struct:shf
1150 Area *areap; \/* area to allocate entries *\/ member in struct:table
1159 Area *areap; member in struct:tbl
1467 Area *areap; \/* area to allocate\/free from *\/ member in struct:XString
1566 Area *areap; member in struct:source
    [all...]
histrap.c 350 Xinit(xs, xp, n, hist_source->areap);
366 return (hist_execute(Xstring(xs, xp), hist_source->areap));
372 hist_execute(char *cmd, Area *areap)
388 afree(cmd, areap);
    [all...]
jobs.c 1259 vp_pipest->areap);
1265 vp->areap = vp_pipest->areap;
    [all...]
exec.c 831 tfree(tp->val.t, tp->areap);
1088 tfree(tp->val.t, tp->areap);
1097 tp->val.t = tcopy(t->left, tp->areap);
    [all...]
expr.c 729 vp->areap = ATEMP;
misc.c 118 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
    [all...]

Completed in 372 milliseconds