Searched refs:DT_CLOSE (Results 1 – 7 of 7) sorted by relevance
43 ev = (*disc->eventf)(dt, DT_CLOSE, (Void_t*)1, disc);56 (void)(*dt->meth->eventf)(dt, DT_CLOSE, (Void_t*)0);
66 { (void)(*dt->meth->eventf)(dt, DT_CLOSE, NIL(Void_t*));
90 { (void)(*meth->eventf)(&pdt, DT_CLOSE, NIL(Void_t*));
359 else if(event == DT_CLOSE)
401 else if(event == DT_CLOSE) in hashevent()
654 else if(event == DT_CLOSE) in treeevent()
223 #define DT_CLOSE 2 /* a dictionary is being closed */ macro