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

/illumos-gate/usr/src/cmd/renice/
H A Drenice.c72 } type_t; typedef in typeref:struct:__anon1324
74 static type_t types[] = {
374 type_t *type = types;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h62 * decl_GetType return the type_t associated with a decl_t.
66 * type_GetNext return the next type_t associated with a given type_t.
67 * type_IsArray return true if the given type_t is an array.
70 * type_IsPtrTo return true if the given type_t is a pointer to ... .
73 * type_IsFunction return true if the given type_t is a function.
76 * type_GetArg return the decl_t associated with a given type_t.
77 * type_IsPtrFun return true if the given type_t is a pointer* to a
137 * | decl_t | --> | type_t | --> | type_t |
237 } type_t; typedef in typeref:struct:_type
[all...]

Completed in 393 milliseconds