Searched refs:DT_ATTACH (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libast/common/cdt/ |
H A D | dttree.c | 109 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT|DT_ATTACH)) 296 else if(type&(DT_INSERT|DT_ATTACH)) 339 else if(type&(DT_INSERT|DT_ATTACH))
|
H A D | dthash.c | 184 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT|DT_ATTACH) ) 233 else if(type&(DT_INSERT|DT_ATTACH))
|
H A D | dtlist.c | 79 if(type&(DT_INSERT|DT_ATTACH))
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro 303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro 303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro 303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro 303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro 303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
|