Searched defs:Dt_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/port/
H A Dcdt.h170 typedef struct _dt_s Dt_t; typedef in typeref:struct:_dt_s
173 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
174 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
175 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
176 typedef int (*Dtcompar_f)_ARG_((Dt_t*,char*,char*,Dtdisc_t*));
177 typedef unsigned long (*Dthash_f)_ARG_((Dt_t*,char*,Dtdisc_t*));
178 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
179 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
235 Dt_t* view; /* next on viewpath */
236 Dt_t* wal
[all...]
/ast/src/lib/libast/include/
H A Dcdt.h66 typedef struct _dt_s Dt_t; typedef in typeref:struct:_dt_s
68 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
69 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
70 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
71 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
72 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
73 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
74 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
75 typedef int (*Dttype_f)_ARG_((Dt_t*,int));
112 int (*eventf)_ARG_((Dt_t*, in
[all...]

Completed in 9 milliseconds