Home | History | Annotate | Download | only in test

Lines Matching refs:namelist

13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist($c, $t): namelist NAME
76 locnamelist($t): namelist(@1, $t)