Home
last modified time | relevance | path

Searched refs:DT_ATTACH (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c346 { /**/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)) )
H A Ddtlist.c205 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
H A Ddtopen.c128 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()
H A Ddttree.c565 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
615 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))
H A Ddtview.c31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h196 #define DT_ATTACH 0000004000 /* attach an object to dictionary */ macro
202 …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)