Lines Matching refs:argname
155 struct argname struct
163 struct argname *next; argument
169 struct argname *name;
263 static struct argname *combine (struct argname *name);
264 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
363 struct argname *name;
1899 struct argname *runp = (yyvsp[(1) - (2)].name);
1917 (yyval.name) = xmalloc (sizeof (struct argname));
1953 (yyval.name) = xmalloc (sizeof (struct argname));
1966 (yyval.name) = xmalloc (sizeof (struct argname));
1977 (yyval.name) = xmalloc (sizeof (struct argname));
2340 for (struct argname *name = args->name; name != NULL; name = name->next) in check_argsdef()
2385 struct argname *name = runp->name; in check_bitsused()
2414 static struct argname *
2415 combine (struct argname *name) in combine()
2417 struct argname *last_str = NULL; in combine()
2418 for (struct argname *runp = name; runp != NULL; runp = runp->next) in combine()
2444 fillin_arg (struct bitvalue *bytes, struct argname *name, in fillin_arg()
2455 struct argname *runp = name; in fillin_arg()