Searched refs:DT_OPEN (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtopen.c106 if((e = (*disc->eventf)(dt,DT_OPEN,(Void_t*)(&data),disc)) != 0)
H A Dcdt.h257 #define DT_OPEN 1 /* a dictionary is being opened */ macro
/ast/src/cmd/tests/cdt/
H A Dtevent.c80 if(chkevent(DT_OPEN) != 1 )
81 terror("Bad count of DT_OPEN event");
H A Dtshare.c36 { if(type == DT_OPEN)
H A Dtvsafehash.c76 if(type == DT_OPEN)
H A Dtvsaferehash.c74 if(type == DT_OPEN)
H A Dtvsafetree.c75 if(type == DT_OPEN)
H A Dtvsharemem.c101 if(type == DT_OPEN)
/ast/src/lib/libast/cdt/
H A Ddtopen.c64 { if((ev = (*disc->eventf)(&pdt,DT_OPEN,(Void_t*)(&data),disc)) < 0)
82 if((*meth->eventf)(&pdt, DT_OPEN, NIL(Void_t*)) < 0 || !pdt.data )
H A Ddtmethod.c56 if((*dt->meth->eventf)(dt, DT_OPEN, NIL(Void_t*)) < 0 )
H A Ddtlist.c348 if(event == DT_OPEN)
H A Ddthash.c390 if(event == DT_OPEN)
H A Ddttree.c643 if(event == DT_OPEN)
/ast/src/lib/libast/include/
H A Dcdt.h221 #define DT_OPEN 1 /* a dictionary is being opened */ macro

Completed in 46 milliseconds