Searched refs:aresize (Results 1 – 8 of 8) sorted by relevance
/third_party/mksh/ |
D | lalloc.c | 137 return (aresize(ptr, fac1 * fac2, ap)); in aresize2() 141 aresize(void *ptr, size_t numb, Area *ap) in aresize() function
|
D | os2.c | 581 cp = aresize(*cpp, (size_t)sz + (size_t)4, ATEMP); in getdrvwd()
|
D | sh.h | 2118 #define Xclose(xs,xp) aresize((xs).beg, (xp) - (xs).beg, (xs).areap) 2394 #define alloc(n,ap) aresize(NULL, (n), (ap)) 2396 void *aresize(void *, size_t, Area *); 2401 aresize((p), (n), (ap)) : (p))
|
D | misc.c | 86 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap); in Xcheck_grow() 1821 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath()
|
D | histrap.c | 672 enqueued = aresize(enqueued, nenq + 1 + ncmd + 1, APERM); in histsave()
|
D | eval.c | 633 s = aresize(s, in expand()
|
D | var.c | 1031 vp->val.s = aresize(vp->val.s, len + tlen, vp->areap); in vtypeset()
|
D | edit.c | 3638 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT); in x_vi() 3639 wbuf[1] = aresize(wbuf[1], wbuf_len, AEDIT); in x_vi()
|