Lines Matching refs:child
456 const struct argp_child *child = argp->children; in calc_sizes() local
472 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() local
900 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()
909 child->argp = 0; in __argp_parse()