bin/ksh/alloc.c
110
afree(void *ptr, Area *ap)
bin/ksh/alloc.c
41
Area *
bin/ksh/alloc.c
42
ainit(Area *ap)
bin/ksh/alloc.c
49
afreeall(Area *ap)
bin/ksh/alloc.c
65
alloc(size_t size, Area *ap)
bin/ksh/alloc.c
84
aresize(void *ptr, size_t size, Area *ap)
bin/ksh/emacs.c
1323
Area *area;
bin/ksh/emacs.c
137
static char * x_mapin ARGS((const char *cp, Area *area));
bin/ksh/emacs.c
28
static Area aedit;
bin/ksh/expand.h
13
Area *areap; /* area to allocate/free from */
bin/ksh/io.c
445
Area *ap;
bin/ksh/lex.c
1116
Area *saved_atemp;
bin/ksh/lex.c
862
Area *areap;
bin/ksh/lex.h
28
Area *areap;
bin/ksh/main.c
786
Area *ap;
bin/ksh/misc.c
109
Area *ap;
bin/ksh/misc.c
88
Area *ap;
bin/ksh/proto.h
12
Area * ainit ARGS((Area *));
bin/ksh/proto.h
13
void afreeall ARGS((Area *));
bin/ksh/proto.h
138
struct temp *maketemp ARGS((Area *, Temp_type, struct temp **));
bin/ksh/proto.h
14
void * alloc ARGS((size_t, Area *));
bin/ksh/proto.h
15
void * aresize ARGS((void *, size_t, Area *));
bin/ksh/proto.h
157
Source * pushs ARGS((int, Area *));
bin/ksh/proto.h
16
void afree ARGS((void *, Area *));
bin/ksh/proto.h
176
void aerror ARGS((Area *, const char *))
bin/ksh/proto.h
182
char * str_save ARGS((const char *, Area *));
bin/ksh/proto.h
183
char * str_nsave ARGS((const char *, int, Area *));
bin/ksh/proto.h
218
void tinit ARGS((struct table *, Area *, int));
bin/ksh/proto.h
248
struct op * tcopy ARGS((struct op *, Area *));
bin/ksh/proto.h
249
char * wdcopy ARGS((const char *, Area *));
bin/ksh/proto.h
252
void tfree ARGS((struct op *, Area *));
bin/ksh/sh.h
197
EXTERN Area aperm; /* permanent object space */
bin/ksh/sh.h
217
Area area; /* temporary allocation area */
bin/ksh/shf.h
58
Area *areap; /* area shf/buf were allocated in */
bin/ksh/table.c
35
Area *ap;
bin/ksh/table.h
109
Area area; /* area to allocate things */
bin/ksh/table.h
17
Area *areap; /* area to allocate from */
bin/ksh/table.h
8
Area *areap; /* area to allocate entries */
bin/ksh/tree.c
23
static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
bin/ksh/tree.c
24
static void iofree ARGS((struct ioword **iow, Area *ap));
bin/ksh/tree.c
480
Area *ap;
bin/ksh/tree.c
531
Area *ap;
bin/ksh/tree.c
667
Area *ap;
bin/ksh/tree.c
702
Area *ap;
bin/ksh/tree.c
736
Area *ap;