Searched refs:Dthold_t (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libast/cdt/ |
H A D | dtopen.c | 124 Dthold_t *h; 135 if((h = (Dthold_t*)(dt->memoryf)(dt, NIL(Void_t*), sizeof(Dthold_t), disc)) )
|
H A D | dtlist.c | 156 st->space = sizeof(Dtlist_t) + (dt->disc->link >= 0 ? 0 : dt->data->size*sizeof(Dthold_t));
|
H A D | dthash.c | 233 (dt->disc->link >= 0 ? 0 : hash->data.size*sizeof(Dthold_t));
|
H A D | dttree.c | 244 st->space = sizeof(Dttree_t) + (dt->disc->link >= 0 ? 0 : size*sizeof(Dthold_t));
|
/ast/src/cmd/mailx/port/ |
H A D | dthdr.h | 108 d->link < 0 ? ((Dthold_t*)(e))->obj : \
|
H A D | cdt.h | 166 typedef struct _dthold_s Dthold_t; typedef in typeref:struct:_dthold_s 313 #define dtobj(d,e) ((_DT_(d)->disc->link < 0) ? (((Dthold_t*)(e))->obj) : \
|
H A D | dtlist.c | 199 (dt,NIL(Void_t*),sizeof(Dthold_t),disc); 205 ((Dthold_t*)r)->obj = obj;
|
H A D | dtstkq.c | 140 (dt,NIL(Void_t*),sizeof(Dthold_t),disc); 146 else ((Dthold_t*)t)->obj = obj;
|
H A D | dttree.c | 242 (dt,NIL(Void_t*),sizeof(Dthold_t),disc); 244 ((Dthold_t*)root)->obj = obj;
|
H A D | dthash.c | 224 (dt,NIL(Void_t*),sizeof(Dthold_t),disc); 230 ((Dthold_t*)t)->obj = obj;
|
/ast/src/lib/libast/include/ |
H A D | cdt.h | 61 typedef struct _dthold_s Dthold_t; typedef in typeref:struct:_dthold_s 308 #define _DTOBJ(dc,l) ((dc)->link >= 0 ? _DTO(dc,l) : ((Dthold_t*)(l))->obj )
|
Completed in 48 milliseconds