Home | History | Annotate | Download | only in config

Lines Matching refs:attrlist

90 DECL_ALLOCWRAP(attrlist);
135 static struct attrlist *mk_attrlist(struct attrlist *, struct attr *);
162 struct attrlist *attrlist;
210 %type <attrlist> depend_list depends
614 depend { $$ = MK2(attrlist, NULL, $1); }
615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); }
1195 struct attrlist *al = wrapstack[i].ptr;
1238 DEF_ALLOCWRAP(attrlist);
1271 static struct attrlist *
1272 mk_attrlist(struct attrlist *next, struct attr *a)