Home
last modified time | relevance | path

Searched refs:DT_CLOSE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtclose.c43 ev = (*disc->eventf)(dt, DT_CLOSE, (Void_t*)1, disc);
56 (void)(*dt->meth->eventf)(dt, DT_CLOSE, (Void_t*)0);
H A Ddtmethod.c66 { (void)(*dt->meth->eventf)(dt, DT_CLOSE, NIL(Void_t*));
H A Ddtopen.c90 { (void)(*meth->eventf)(&pdt, DT_CLOSE, NIL(Void_t*));
H A Ddtlist.c359 else if(event == DT_CLOSE)
H A Ddthash.c401 else if(event == DT_CLOSE) in hashevent()
H A Ddttree.c654 else if(event == DT_CLOSE) in treeevent()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h223 #define DT_CLOSE 2 /* a dictionary is being closed */ macro