Searched refs:Dthold_t (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/cdt/
H A Ddtopen.c124 Dthold_t *h;
135 if((h = (Dthold_t*)(dt->memoryf)(dt, NIL(Void_t*), sizeof(Dthold_t), disc)) )
H A Ddtlist.c156 st->space = sizeof(Dtlist_t) + (dt->disc->link >= 0 ? 0 : dt->data->size*sizeof(Dthold_t));
H A Ddthash.c233 (dt->disc->link >= 0 ? 0 : hash->data.size*sizeof(Dthold_t));
H A Ddttree.c244 st->space = sizeof(Dttree_t) + (dt->disc->link >= 0 ? 0 : size*sizeof(Dthold_t));
/ast/src/cmd/mailx/port/
H A Ddthdr.h108 d->link < 0 ? ((Dthold_t*)(e))->obj : \
H A Dcdt.h166 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 Ddtlist.c199 (dt,NIL(Void_t*),sizeof(Dthold_t),disc);
205 ((Dthold_t*)r)->obj = obj;
H A Ddtstkq.c140 (dt,NIL(Void_t*),sizeof(Dthold_t),disc);
146 else ((Dthold_t*)t)->obj = obj;
H A Ddttree.c242 (dt,NIL(Void_t*),sizeof(Dthold_t),disc);
244 ((Dthold_t*)root)->obj = obj;
H A Ddthash.c224 (dt,NIL(Void_t*),sizeof(Dthold_t),disc);
230 ((Dthold_t*)t)->obj = obj;
/ast/src/lib/libast/include/
H A Dcdt.h61 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