Lines Matching refs:argname
80 struct argname struct
88 struct argname *next; argument
94 struct argname *name;
188 static struct argname *combine (struct argname *name);
189 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
221 struct argname *name;
480 struct argname *runp = $1;
491 $$ = xmalloc (sizeof (struct argname));
523 $$ = xmalloc (sizeof (struct argname));
532 $$ = xmalloc (sizeof (struct argname));
539 $$ = xmalloc (sizeof (struct argname));
668 for (struct argname *name = args->name; name != NULL; name = name->next) in check_argsdef()
713 struct argname *name = runp->name; in check_bitsused()
742 static struct argname *
743 combine (struct argname *name) in combine()
745 struct argname *last_str = NULL; in combine()
746 for (struct argname *runp = name; runp != NULL; runp = runp->next) in combine()
772 fillin_arg (struct bitvalue *bytes, struct argname *name, in fillin_arg()
783 struct argname *runp = name; in fillin_arg()