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

  /external/mksh/src/
var.c 73 /* TODO: could use e->area (l->area => l->areap) */
258 vp->areap = ATEMP;
346 vp->areap = ATEMP;
475 afree(vq->val.s, vq->areap);
484 strdupx(vq->val.s, s, vq->areap);
506 vtemp->areap = ATEMP;
637 afree(vq->val.s, vq->areap);
742 xp = alloc(namelen + 1 + vallen, vp->areap);
749 afree(op, vp->areap);
906 afree(tmp->val.s, tmp->areap);
    [all...]
shf.c 61 shf->areap = ATEMP;
70 afree(shf, shf->areap);
81 afree(shf, shf->areap);
147 shf->areap = ATEMP;
209 shf->areap = ATEMP;
214 buf = alloc(bsize, shf->areap);
241 afree(shf, shf->areap);
243 afree(shf->buf, shf->areap);
283 afree(shf, shf->areap);
357 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
    [all...]
lex.c 651 source->areap);
775 s = pushs(SREREAD, source->areap);
1062 s = pushs(SALIAS, source->areap);
1216 pushs(int type, Area *areap)
1220 s = alloc(sizeof(Source), areap);
1224 s->areap = areap;
1226 XinitN(s->xs, 256, s->areap);
    [all...]
main.c 1151 if (source && source->areap == &e->area)
    [all...]
sh.h 1656 Area *areap; \/* area shf\/buf were allocated in *\/ member in struct:shf
1673 Area *areap; \/* area to allocate entries *\/ member in struct:table
1682 Area *areap; member in struct:tbl
2002 Area *areap; member in struct:XString
2098 Area *areap; member in struct:source
    [all...]
histrap.c 333 Xinit(xs, xp, n, hist_source->areap);
349 return (hist_execute(Xstring(xs, xp), hist_source->areap));
355 hist_execute(char *cmd, Area *areap)
369 afree(cmd, areap);
    [all...]
jobs.c 1277 vp_pipest->areap);
1283 vp->areap = vp_pipest->areap;
    [all...]
exec.c 793 tfree(tp->val.t, tp->areap);
1089 tfree(tp->val.t, tp->areap);
1098 tp->val.t = tcopy(t->left, tp->areap);
    [all...]
expr.c 672 vp->areap = ATEMP;
misc.c 85 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
    [all...]

Completed in 150 milliseconds