bin/ksh/alloc.c
112
afree(void *ptr, Area *ap)
bin/ksh/alloc.c
19
Area *
bin/ksh/alloc.c
20
ainit(Area *ap)
bin/ksh/alloc.c
27
afreeall(Area *ap)
bin/ksh/alloc.c
42
alloc(size_t size, Area *ap)
bin/ksh/alloc.c
71
areallocarray(void *ptr, size_t nmemb, size_t size, Area *ap)
bin/ksh/alloc.c
83
aresize(void *ptr, size_t size, Area *ap)
bin/ksh/emacs.c
32
static Area aedit;
bin/ksh/expand.h
30
Area *areap; /* area to allocate/free from */
bin/ksh/io.c
437
maketemp(Area *ap, Temp_type type, struct temp **tlist)
bin/ksh/lex.c
1180
Area *saved_atemp;
bin/ksh/lex.c
950
pushs(int type, Area *areap)
bin/ksh/lex.h
117
Source * pushs(int, Area *);
bin/ksh/lex.h
29
Area *areap;
bin/ksh/main.c
40
Area aperm;
bin/ksh/misc.c
78
str_save(const char *s, Area *ap)
bin/ksh/misc.c
96
str_nsave(const char *s, int n, Area *ap)
bin/ksh/sh.h
375
Area * ainit(Area *);
bin/ksh/sh.h
376
void afreeall(Area *);
bin/ksh/sh.h
377
void * alloc(size_t, Area *);
bin/ksh/sh.h
378
void * areallocarray(void *, size_t, size_t, Area *);
bin/ksh/sh.h
379
void * aresize(void *, size_t, Area *);
bin/ksh/sh.h
380
void afree(void *, Area *);
bin/ksh/sh.h
499
struct temp *maketemp(Area *, Temp_type, struct temp **);
bin/ksh/sh.h
534
char * str_save(const char *, Area *);
bin/ksh/sh.h
535
char * str_nsave(const char *, int, Area *);
bin/ksh/sh.h
56
extern Area aperm; /* permanent object space */
bin/ksh/sh.h
76
Area area; /* temporary allocation area */
bin/ksh/shf.h
54
Area *areap; /* area shf/buf were allocated in */
bin/ksh/table.c
43
ktinit(struct table *tp, Area *ap, int tsize)
bin/ksh/table.h
10
Area *areap; /* area to allocate entries */
bin/ksh/table.h
111
Area area; /* area to allocate things */
bin/ksh/table.h
187
void ktinit(struct table *, Area *, int);
bin/ksh/table.h
19
Area *areap; /* area to allocate from */
bin/ksh/tree.c
19
static struct ioword **iocopy(struct ioword **, Area *);
bin/ksh/tree.c
20
static void iofree(struct ioword **, Area *);
bin/ksh/tree.c
435
tcopy(struct op *t, Area *ap)
bin/ksh/tree.c
484
wdcopy(const char *wp, Area *ap)
bin/ksh/tree.c
611
iocopy(struct ioword **iow, Area *ap)
bin/ksh/tree.c
644
tfree(struct op *t, Area *ap)
bin/ksh/tree.c
675
iofree(struct ioword **iow, Area *ap)
bin/ksh/tree.h
141
struct op * tcopy(struct op *, Area *);
bin/ksh/tree.h
142
char * wdcopy(const char *, Area *);
bin/ksh/tree.h
145
void tfree(struct op *, Area *);