Lines Matching defs:args
184 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
187 struct argument *args);
239 %type <arg> args optargs
352 struct argument *args = $6;
354 while (args != NULL)
356 fillin_arg ($1, args->name, newp, n);
358 args = args->next;
454 optargs: kSPACE args
460 args: args ',' arg
662 check_argsdef (struct bitvalue *bitval, struct argument *args)
666 while (args != NULL)
668 for (struct argname *name = args->name; name != NULL; name = name->next)
690 args = args->next;
699 struct argument *args)
711 for (runp = args; runp != NULL; runp = runp->next)