Lines Matching refs:Area
643 typedef struct lalloc Area; typedef
646 EXTERN Area aperm; /* permanent object space */
685 Area area; /* temporary allocation area */
1061 Area *areap; /* area shf/buf were allocated in */
1078 Area *areap; /* area to allocate entries */
1087 Area *areap;
1208 Area area; /* area to allocate things */
1409 Area *areap; /* area to allocate/free from */
1508 Area *areap;
1664 void ainit(Area *);
1665 void afreeall(Area *);
1669 void *aresize(void *, size_t, Area *);
1670 void *aresize2(void *, size_t, size_t, Area *);
1671 void afree(void *, Area *); /* can take NULL */
1835 Source *pushs(int, Area *);
1886 struct temp *maketemp(Area *, Temp_type, struct temp **);
1887 void ktinit(Area *, struct table *, uint8_t);
1928 char *strdup_i(const char *, Area *);
1929 char *strndup_i(const char *, size_t, Area *);
1973 struct op *tcopy(struct op *, Area *);
1974 char *wdcopy(const char *, Area *);
1980 void tfree(struct op *, Area *);