Home
last modified time | relevance | path

Searched defs:_declarator (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h237 struct _declarator { struct
238 char *d_name; /* name of declarator */
239 decl_spec_t *d_ds; /* ts|scs|tq */
240 type_t *d_type; /* list of attributes or NULL */
241 int d_ellipsis; /* a varargs? */
242 decl_t *d_next; /* next link in chain (arglist) */