Searched refs:aresize2 (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | lalloc.c | 133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() function
|
D | sh.h | 2073 (x).beg = aresize2((x).beg, (x).siz, \ 2082 #define XPclose(x) aresize2((x).beg, XPsize(x), sizeof(void *), ATEMP) 2316 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap)) 2318 void *aresize2(void *, size_t, size_t, Area *);
|
D | shf.c | 357 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap); in shf_emptybuf()
|
D | syn.c | 523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
|
D | histrap.c | 516 history = aresize2(history, n, sizeof(char *), APERM); in sethistsize()
|