Home | History | Annotate | Download | only in test

Lines Matching defs:namelist

18 struct namelist { symbol *s; struct namelist *next; };
19 typedef struct namelist namelist;
42 %type <nlist> namelist
47 namelist *p = $$;
49 { namelist *pp = p;
59 namelist * nlist;
66 declaration: class type namelist'(' class ',' type ')'
80 namelist: namelist NAME
90 locnamelist: namelist '(' LOCAL ',' type ')'