Searched defs:_declarator (Results 1 – 1 of 1) sorted by relevance
237 struct _declarator { struct238 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) */