Lines Matching refs:argument
90 struct argument
93 struct argument *next;
182 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
185 struct argument *args);
220 struct argument *arg;
350 struct argument *args = $6;
460 struct argument *runp = $1;
463 runp->next = xmalloc (sizeof (struct argument));
470 $$ = xmalloc (sizeof (struct argument));
659 check_argsdef (struct bitvalue *bitval, struct argument *args)
696 struct argument *args)
707 struct argument *runp;