Home
last modified time | relevance | path

Searched refs:DT_INSERT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h188 #define DT_INSERT 0000000001 /* insert object if not found */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
336 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT)
/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 Ddtview.c30 #define DT_NOVIEWPATH (DT_INSERT|DT_APPEND|DT_DELETE|\
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 Ddtlist.c205 else if(type&(DT_INSERT|DT_APPEND|DT_ATTACH))