Home
last modified time | relevance | path

Searched refs:DT_OBAG (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h173 #define DT_OBAG 0000000010 /* ordered multiset */ macro
181 #define DT_ORDERED (DT_OSET|DT_OBAG)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c33 if (type == DT_DELETE && (dt->meth->type&(DT_OBAG|DT_BAG))) in _dttype2005()
H A Ddttree.c509 { if(dt->meth->type&DT_OBAG ) /* may need to reset root to the right object */
681 static Dtmethod_t _Dtobag = { dttree, DT_OBAG, treeevent, "Dtobag" };