Searched refs:argname (Results 1 – 4 of 4) sorted by relevance
82 struct argname struct90 struct argname *next; argument96 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));[all …]
155 struct argname struct163 struct argname *next; argument169 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));[all …]
86 struct argname *name;
3108 mkdirs(char *argname) in mkdirs() argument3113 if (argname == NULL || *argname == '\0') in mkdirs()3115 cp = name = ecpyalloc(argname); in mkdirs()