Searched refs:Area (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/bin/ksh/
H A Dalloc.c19 Area *
20 ainit(Area *ap)
27 afreeall(Area *ap)
42 alloc(size_t size, Area *ap)
71 areallocarray(void *ptr, size_t nmemb, size_t size, Area *ap)
83 aresize(void *ptr, size_t size, Area *ap)
112 afree(void *ptr, Area *ap)
H A Dtree.h141 struct op * tcopy(struct op *, Area *);
142 char * wdcopy(const char *, Area *);
145 void tfree(struct op *, Area *);
H A Dlex.h29 Area *areap;
117 Source * pushs(int, Area *);
H A Dsh.h50 * Area-based allocation built on malloc/free
52 typedef struct Area { struct
54 } Area; typedef in typeref:struct:Area
56 extern Area aperm; /* permanent object space */
76 Area area; /* temporary allocation area */
375 Area * ainit(Area *);
376 void afreeall(Area *);
377 void * alloc(size_t, Area *);
378 void * areallocarray(void *, size_t, size_t, Area *);
[all...]
H A Dtable.h10 Area *areap; /* area to allocate entries */
19 Area *areap; /* area to allocate from */
111 Area area; /* area to allocate things */
187 void ktinit(struct table *, Area *, int);
H A Dshf.h54 Area *areap; /* area shf/buf were allocated in */
H A Dtree.c19 static struct ioword **iocopy(struct ioword **, Area *);
20 static void iofree(struct ioword **, Area *);
435 tcopy(struct op *t, Area *ap)
484 wdcopy(const char *wp, Area *ap)
611 iocopy(struct ioword **iow, Area *ap)
644 tfree(struct op *t, Area *ap)
675 iofree(struct ioword **iow, Area *ap)
H A Dexpand.h30 Area *areap; /* area to allocate/free from */
H A Dtable.c43 ktinit(struct table *tp, Area *ap, int tsize)
H A Dio.c437 maketemp(Area *ap, Temp_type type, struct temp **tlist)
H A Dmisc.c78 str_save(const char *s, Area *ap)
96 str_nsave(const char *s, int n, Area *ap)
H A Dlex.c950 pushs(int type, Area *areap)
1180 Area *saved_atemp;
H A Dmain.c40 Area aperm;
171 ainit(&aperm); /* initialize permanent Area */
812 /* remove temp files and free ATEMP Area */
H A Demacs.c32 static Area aedit;
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm190 ! Area 0 - 1Mb cacheable at 0x00000000
191 ! Area 1 - None
192 ! Area 2 - 1Mb cacheable at 0x05000000
194 ! Area 3 - None
195 ! Area 4 - None
229 ! Area 0 - 1Mb cacheable at 0x00000000
230 ! Area 1 - 1Mb device at 0x04000000
231 ! Area 2 - 1Mb cacheable at 0x05000000
233 ! Area 3 - None
234 ! Area
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm3325 240 0xF0000 Supplementary Private Use Area-A
3326 241 0x100000 Supplementary Private Use Area-B

Completed in 301 milliseconds