Lines Matching refs:namelist
13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
30 %type <nlist> declaration namelist locnamelist
38 namelist * nlist;
45 declaration: class type namelist
59 namelist: namelist NAME
71 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expects it */
72 namelist