Lines Matching refs:Area
12 Area * ainit ARGS((Area *));
13 void afreeall ARGS((Area *));
14 void * alloc ARGS((size_t, Area *));
15 void * aresize ARGS((void *, size_t, Area *));
16 void afree ARGS((void *, Area *));
138 struct temp *maketemp ARGS((Area *, Temp_type, struct temp **));
157 Source * pushs ARGS((int, Area *));
176 void aerror ARGS((Area *, const char *))
182 char * str_save ARGS((const char *, Area *));
183 char * str_nsave ARGS((const char *, int, Area *));
218 void tinit ARGS((struct table *, Area *, int));
248 struct op * tcopy ARGS((struct op *, Area *));
249 char * wdcopy ARGS((const char *, Area *));
252 void tfree ARGS((struct op *, Area *));