Searched refs:aresize (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | expand.h | 45 #define Xclose(xs, xp) (char*) aresize((void*)(xs).beg, \ 77 (x).beg = (void**) aresize((void*) (x).beg, \ 88 #define XPclose(x) (void**) aresize((void*)(x).beg, \
|
H A D | alloc.c | 84 aresize(void *ptr, size_t size, Area *ap) in aresize() function
|
H A D | path.c | 199 current_wd = aresize(current_wd, current_wd_size = len, APERM);
|
H A D | proto.h | 15 void * aresize ARGS((void *, size_t, Area *));
|
H A D | vi.c | 1453 wbuf[0] = aresize(wbuf[0], wbuf_len, APERM); 1454 wbuf[1] = aresize(wbuf[1], wbuf_len, APERM);
|
H A D | syn.c | 407 iops = (struct ioword **) aresize((void*) iops,
|
H A D | shf.c | 361 nbuf = (unsigned char *) aresize(shf->buf, shf->wbsize * 2,
|