Home | History | Annotate | Download | only in libcpu

Lines Matching defs:args

186 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
189 struct argument *args);
241 %type <arg> args optargs
354 struct argument *args = $6;
356 while (args != NULL)
358 fillin_arg ($1, args->name, newp, n);
360 args = args->next;
456 optargs: kSPACE args
462 args: args ',' arg
663 check_argsdef (struct bitvalue *bitval, struct argument *args)
667 while (args != NULL)
669 for (struct argname *name = args->name; name != NULL; name = name->next)
691 args = args->next;
700 struct argument *args)
712 for (runp = args; runp != NULL; runp = runp->next)