Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h60 #define ALLOC(x) ckalloc(sizeof(struct x))
61 #define BALLO() (bigptr)ckalloc(sizeof(struct bigblock))
H A Dmisc.c222 p = q = ckalloc(n); in copyn()
449 q = q0 = ckalloc(n);
631 ckalloc(int n) in ckalloc() function
H A Dputscj.c98 struct interpass_prolog *ipp = ckalloc(sizeof(struct interpass_prolog)); in puthead()
139 struct interpass_prolog *ipp = ckalloc(sizeof(struct interpass_prolog)); in putbracket()
250 struct interpass *ip = ckalloc(sizeof(struct interpass)); in putlabel()
1356 NODE *p = ckalloc(sizeof(NODE)); in talloc()
H A Ddefs.h434 ptr ckalloc(int);
H A Dproc.c847 v->b_name.vdim = p = (struct dimblock *) ckalloc( sizeof(int) + (3+2*nd)*sizeof(bigptr) );
H A Dexpr.c144 p->b_const.fconst.ccp = s = (char *) ckalloc(l);
1718 p->b_const.fconst.ccp = q = (char *) ckalloc(ll+lr);