Home
last modified time | relevance | path

Searched refs:ckalloc (Results 1 – 22 of 22) sorted by relevance

/original-bsd/usr.bin/f77/include.vax/
H A Ddefines.h45 #define ALLOC(x) (struct x *) ckalloc(sizeof(struct x))
46 #define ALLOCN(n,x) (struct x *) ckalloc(n*sizeof(struct x))
47 #define ALLEXPR (expptr) ckalloc( sizeof(union Expression) )
/original-bsd/usr.bin/f77/include.tahoe/
H A Ddefines.h31 #define ALLOC(x) (struct x *) ckalloc(sizeof(struct x))
32 #define ALLOCN(n,x) (struct x *) ckalloc(n*sizeof(struct x))
33 #define ALLEXPR (expptr) ckalloc( sizeof(union Expression) )
/original-bsd/old/make/
H A Ddefs42 #define ALLOC(x) (struct x *) ckalloc(sizeof(struct x))
132 int *ckalloc();
H A Dmisc.c138 int *ckalloc(n) in ckalloc() function
/original-bsd/usr.bin/f77/f77.vax/
H A Df77.c189 ptr ckalloc();
206 cppargs = (char **) ckalloc( argc * sizeof(*cppargs) );
207 loadargs = (char **) ckalloc( (argc+20) * sizeof(*loadargs) );
223 buff = (char *) ckalloc(n);
1281 ptr ckalloc(n) in ckalloc() function
1304 p = q = (char *) ckalloc(n);
/original-bsd/usr.bin/f77/f77.tahoe/
H A Df77.c175 ptr ckalloc();
191 cppargs = (char **) ckalloc( argc * sizeof(*cppargs) );
192 loadargs = (char **) ckalloc( (argc+20) * sizeof(*loadargs) );
1246 ptr ckalloc(n) in ckalloc() function
1268 p = q = (char *) ckalloc(n);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dmisc.c213 p = q = (char *) ckalloc(n);
505 q0 = ckalloc(n);
672 ptr ckalloc(n) in ckalloc() function
H A Dconv.c59 p = (char *) ckalloc(len);
118 p = (char *) ckalloc(len);
H A Ddefs.h545 int *ckalloc();
H A Doptim.c314 newarr = (struct Labelblock **) ckalloc (n * sizeof (char *));
H A Dexpr.c204 bp = (char *) ckalloc(size);
257 p->constant.ccp = s = (char *) ckalloc(l);
2322 p->constant.ccp = q = (char *) ckalloc(ll+lr);
2376 *(lv->ccp = (char *) ckalloc(1)) = rv->ci;
H A Dlex.c409 newname = (char *) ckalloc(len);
H A Dproc.c1412 ckalloc( sizeof(int) + (3+6*nd)*sizeof(expptr) );
H A Ddata.c580 s = (char *) ckalloc(len + 1);
/original-bsd/usr.bin/f77/pass1.vax/
H A Dmisc.c219 p = q = (char *) ckalloc(n);
511 q0 = ckalloc(n);
678 ptr ckalloc(n) in ckalloc() function
H A Dconv.c78 p = (char *) ckalloc(len);
137 p = (char *) ckalloc(len);
H A Ddefs.h565 int *ckalloc();
H A Doptim.c322 newarr = (struct Labelblock **) ckalloc (n * sizeof (char *));
H A Dexpr.c262 bp = (char *) ckalloc(size);
315 p->constant.ccp = s = (char *) ckalloc(l);
2485 p->constant.ccp = q = (char *) ckalloc(ll+lr);
2537 *(lv->ccp = (char *) ckalloc(1)) = rv->ci;
H A Dlex.c422 newname = (char *) ckalloc(len);
H A Dproc.c1469 ckalloc( sizeof(int) + (3+6*nd)*sizeof(expptr) );
H A Ddata.c577 s = (char *) ckalloc(len + 1);