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