Searched defs:Void_t (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | ast_common.h | 28 #define Void_t void macro
|
/ast/src/lib/libvdelta/vd01/ |
H A D | vdelta01.h | 56 #ifndef Void_t 58 #define Void_t void macro 60 #define Void_t char macro 62 #endif /*Void_t*/ 72 typedef int(* Vdio_f)_ARG_((Void_t*, int, long, Vddisc_t*)); 75 Void_t* data; /* data array */
|
/ast/src/lib/libvdelta/ |
H A D | vdelta.h | 64 /* The type Void_t is properly defined so that Void_t* can address any type */ 65 #ifndef Void_t 67 #define Void_t void macro 69 #define Void_t char macro 71 #endif /*Void_t*/ 90 typedef int(* Vdio_f)_ARG_((Void_t*, int, long, Vddisc_t*)); 93 Void_t* data; /* data array */ 105 extern int vdsqueeze _ARG_((Void_t*, int, Void_t*)); [all...] |
/ast/src/lib/libast/comp/ |
H A D | tsearch.c | 55 extern Void_t* dtfinger(Dt_t*); 63 Void_t* key; 68 int(* comparf)_ARG_((const Void_t*, const Void_t*)); 86 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two); 103 Void_t* tsearch(const Void_t* key, Void_t** rootp, argument 104 int(*comparf)(const Void_t*,cons 139 tfind(const Void_t* key, Void_t*const* rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument 165 tdelete(const Void_t* key, Void_t** rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument 201 _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) argument 227 twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) argument [all...] |
/ast/src/cmd/mailx/port/ |
H A D | cdt.h | 124 /* The type Void_t is properly defined so that Void_t* can address any type */ 125 #ifndef Void_t 127 #define Void_t void macro 129 #define Void_t char macro 131 #endif /*Void_t*/ 173 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int)); 174 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_ [all...] |
Completed in 46 milliseconds