Searched refs:aresize2 (Results 1 - 4 of 4) sorted by relevance
/third_party/mksh/ |
H A D | lalloc.c | 133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() function
|
H A D | sh.h | 2152 (x).beg = aresize2((x).beg, (x).siz, \ 2161 #define XPclose(x) aresize2((x).beg, XPsize(x), sizeof(void *), ATEMP) 2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) 2397 void *aresize2(void *, size_t, size_t, Area *);
|
H A D | histrap.c | 519 history = aresize2(history, n, sizeof(char *), APERM); in sethistsize()
|
H A D | shf.c | 357 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap); in shf_emptybuf()
|
Completed in 10 milliseconds