Lines Matching refs:argname
82 struct argname struct
90 struct argname *next; argument
96 struct argname *name;
190 static struct argname *combine (struct argname *name);
191 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
223 struct argname *name;
482 struct argname *runp = $1;
493 $$ = xmalloc (sizeof (struct argname));
525 $$ = xmalloc (sizeof (struct argname));
534 $$ = xmalloc (sizeof (struct argname));
541 $$ = xmalloc (sizeof (struct argname));
669 for (struct argname *name = args->name; name != NULL; name = name->next) in check_argsdef()
714 struct argname *name = runp->name; in check_bitsused()
743 static struct argname *
744 combine (struct argname *name) in combine()
746 struct argname *last_str = NULL; in combine()
747 for (struct argname *runp = name; runp != NULL; runp = runp->next) in combine()
773 fillin_arg (struct bitvalue *bytes, struct argname *name, in fillin_arg()
784 struct argname *runp = name; in fillin_arg()