Searched refs:DT_ATTACH (Results 1 – 6 of 6) sorted by relevance
128 if(!(type&DT_ATTACH) && disc->makef && !(obj = (*disc->makef)(dt, obj, disc)) ) in _dtmake()139 if(!(type&DT_ATTACH) && disc->makef && disc->freef) in _dtmake()
346 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));348 { if(type&(DT_INSERT|DT_APPEND|DT_ATTACH) )358 { if(!(type&(DT_INSERT|DT_APPEND|DT_ATTACH|DT_RELINK)) )
31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
565 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))615 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
205 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
196 #define DT_ATTACH 0000004000 /* attach an object to dictionary */ macro202 …DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_ATTACH|DT_DETACH|DT_APP…340 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)