• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/gnutar-453/gnutar/lib/

Lines Matching +defs:child +defs:name

112 /* A particular uparam, and what the user name is.  */
115 const char *name; /* User name. */
120 /* The name-field mappings we know about. */
140 for (up = uparam_names; up->name; up++)
151 "rmargin", up->name);
215 for (un = uparam_names; un->name; un++)
216 if (strlen (un->name) == var_len
217 && strncmp (var, un->name, var_len) == 0)
235 if (! un->name)
395 according to the order in which they occurred in the parent argp's child
486 : ((!o->name && !o->key)
510 associated argp child list entry), INDEX, and PARENT, and return a pointer
595 if (opt->name)
630 if (opt->name && ovisible (opt))
631 return opt->name;
635 /* Returns the entry in HOL with the long option name NAME, or 0 if there is
638 hol_find_entry (struct hol *hol, const char *name)
649 if (opt->name && ovisible (opt) && strcmp (opt->name, name) == 0)
664 hol_set_group (struct hol *hol, const char *name, int group)
666 struct hol_entry *entry = hol_find_entry (hol, name);
717 /* Return true if CL1 is a child of CL2. */
728 /* Given the name of a OPTION_DOC option, modifies NAME to start at the tail
732 canon_doc_option (const char **name)
736 if (!*name)
741 while (isspace ((unsigned char) **name))
742 (*name)++;
744 non_opt = (**name != '-');
745 /* Skip until part of name used for sorting. */
746 while (**name && !isalnum ((unsigned char) **name))
747 (*name)++;
841 /* Sort HOL by group and alphabetically by option name (with short options
860 any in MORE with the same name. */
1138 if (opt->name && ovisible (opt))
1169 if (opt->name && *opt->name && ovisible (opt))
1177 opt->name :
1179 opt->name));
1189 if (opt->name && ovisible (opt))
1192 __argp_fmtstream_printf (stream, "--%s", opt->name);
1207 if (!oshort (real) && !real->name)
1350 __argp_fmtstream_printf (stream, " [--%s[=%s]]", opt->name, arg);
1352 __argp_fmtstream_printf (stream, " [--%s=%s]", opt->name, arg);
1355 __argp_fmtstream_printf (stream, " [--%s]", opt->name);
1407 const struct argp_child *child = argp->children;
1409 if (child)
1410 while (child->argp)
1413 ((child->group || child->header)
1415 ? hol_add_cluster (hol, child->group, child->header,
1416 child - argp->children, cluster, argp)
1419 hol_append (hol, argp_hol (child->argp, child_cluster)) ;
1420 child++;
1432 const struct argp_child *child = argp->children;
1437 if (child)
1438 while (child->argp)
1439 levels += argp_args_levels ((child++)->argp);
1455 const struct argp_child *child = argp->children;
1483 if (child)
1484 while (child->argp)
1485 advance = !argp_args_usage ((child++)->argp, state, levels, advance, stream);
1523 const struct argp_child *child = argp->children;
1594 if (child)
1595 while (child->argp && !(first_only && anything))
1597 argp_doc ((child++)->argp, state,
1607 set ARGP_HELP_*. NAME is what to use wherever a `program name' is
1611 unsigned flags, char *name)
1665 name);
1669 name);
1709 name, name);
1752 ARGP_HELP_*. NAME is what to use wherever a `program name' is needed. */
1754 unsigned flags, char *name)
1759 _help (argp, &state, stream, flags, name);
1794 state ? state->name : __argp_short_program_name ());
1811 by the program name and `:', to stderr, and followed by a `Try ... --help'
1839 state ? state->name : __argp_short_program_name (),
1848 ? state->name : __argp_short_program_name (),
1898 state ? state->name : __argp_short_program_name ());
1902 ? state->name : __argp_short_program_name (),