Searched refs:DT_OPEN (Results 1 - 14 of 14) sorted by relevance
/ast/src/cmd/mailx/port/ |
H A D | dtopen.c | 106 if((e = (*disc->eventf)(dt,DT_OPEN,(Void_t*)(&data),disc)) != 0)
|
H A D | cdt.h | 257 #define DT_OPEN 1 /* a dictionary is being opened */ macro
|
/ast/src/cmd/tests/cdt/ |
H A D | tevent.c | 80 if(chkevent(DT_OPEN) != 1 ) 81 terror("Bad count of DT_OPEN event");
|
H A D | tshare.c | 36 { if(type == DT_OPEN)
|
H A D | tvsafehash.c | 76 if(type == DT_OPEN)
|
H A D | tvsaferehash.c | 74 if(type == DT_OPEN)
|
H A D | tvsafetree.c | 75 if(type == DT_OPEN)
|
H A D | tvsharemem.c | 101 if(type == DT_OPEN)
|
/ast/src/lib/libast/cdt/ |
H A D | dtopen.c | 64 { 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 D | dtmethod.c | 56 if((*dt->meth->eventf)(dt, DT_OPEN, NIL(Void_t*)) < 0 )
|
H A D | dtlist.c | 348 if(event == DT_OPEN)
|
H A D | dthash.c | 390 if(event == DT_OPEN)
|
H A D | dttree.c | 643 if(event == DT_OPEN)
|
/ast/src/lib/libast/include/ |
H A D | cdt.h | 221 #define DT_OPEN 1 /* a dictionary is being opened */ macro
|
Completed in 46 milliseconds