Searched refs:child (Results 1 – 2 of 2) sorted by relevance
1020 if (child) in argp_hol()1021 while (child->argp) in argp_hol()1024 ((child->group || child->header) in argp_hol()1026 ? hol_add_cluster (hol, child->group, child->header, in argp_hol()1031 child++; in argp_hol()1495 if (child) in argp_args_levels()1496 while (child->argp) in argp_args_levels()1541 if (child) in argp_args_usage()1542 while (child->argp) in argp_args_usage()1645 if (child) in argp_doc()[all …]
456 const struct argp_child *child = argp->children; in calc_sizes() local472 if (child) in calc_sizes()473 while (child->argp) in calc_sizes()475 calc_sizes ((child++)->argp, szs); in calc_sizes()894 struct argp_child *child = alloca (4 * sizeof (struct argp_child)); in __argp_parse() local900 top_argp->children = child; in __argp_parse()902 memset (child, 0, 4 * sizeof (struct argp_child)); in __argp_parse()905 (child++)->argp = argp; in __argp_parse()906 (child++)->argp = &argp_default_argp; in __argp_parse()908 (child++)->argp = &argp_version_argp; in __argp_parse()[all …]
Completed in 11 milliseconds