Searched refs:DT_CLOSE (Results 1 - 15 of 15) sorted by relevance

/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)
H A Ddttree.c654 else if(event == DT_CLOSE)
/ast/src/cmd/mailx/port/
H A Ddtclose.c89 (*dt->disc->eventf)(dt,DT_CLOSE,NIL(Void_t*),dt->disc) < 0)
H A Dcdt.h258 #define DT_CLOSE 2 /* a dictionary is being closed */ macro
/ast/src/cmd/tests/cdt/
H A Dtevent.c101 if(chkevent(DT_CLOSE) != 1 )
102 terror("Bad count of DT_CLOSE event");
H A Dtshare.c48 else if(type == DT_CLOSE)
H A Dtvsafehash.c96 else if(type == DT_CLOSE)
H A Dtvsaferehash.c94 else if(type == DT_CLOSE)
H A Dtvsafetree.c95 else if(type == DT_CLOSE)
H A Dtvsharemem.c121 else if(type == DT_CLOSE)
/ast/src/lib/libast/include/
H A Dcdt.h223 #define DT_CLOSE 2 /* a dictionary is being closed */ macro

Completed in 39 milliseconds