Searched refs:DT_CLEAR (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libast/common/cdt/ |
H A D | dtclose.c | 51 { (void)(*(dt->meth->searchf))(dt,NIL(Void_t*),DT_CLEAR);
|
H A D | dthash.c | 126 if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 130 if(type&DT_CLEAR)
|
H A D | dttree.c | 55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 58 if(type&DT_CLEAR) /* delete all objects */
|
H A D | dtview.c | 45 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
|
H A D | dtlist.c | 62 else if(type&DT_CLEAR)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 161 #define DT_CLEAR 0000100 /* clearing all objects */ macro 305 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 161 #define DT_CLEAR 0000100 /* clearing all objects */ macro 305 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 161 #define DT_CLEAR 0000100 /* clearing all objects */ macro 305 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 161 #define DT_CLEAR 0000100 /* clearing all objects */ macro 305 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 161 #define DT_CLEAR 0000100 /* clearing all objects */ macro 305 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
|