Home
last modified time | relevance | path

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

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