Lines Matching defs:namelist
15 struct namelist { symbol *s; struct namelist *next; };
16 typedef struct namelist namelist;
39 %type <nlist> namelist
44 namelist *p = $$;
46 { namelist *pp = p;
56 namelist * nlist;
63 declaration: class type namelist'(' class ',' type ')'
77 namelist: namelist NAME
87 locnamelist: namelist '(' LOCAL ',' type ')'