Home | History | Annotate | Download | only in libcpu

Lines Matching refs:argument

91 struct argument
94 struct argument *next;
183 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
186 struct argument *args);
221 struct argument *arg;
351 struct argument *args = $6;
461 struct argument *runp = $1;
464 runp->next = xmalloc (sizeof (struct argument));
471 $$ = xmalloc (sizeof (struct argument));
660 check_argsdef (struct bitvalue *bitval, struct argument *args)
697 struct argument *args)
708 struct argument *runp;