Searched refs:argp_child (Results 1 – 5 of 5) sorted by relevance
65 static struct argp_child children2[] =77 static struct argp_child children1[] =
110 struct argp_child; /* " */215 const struct argp_child *children;248 struct argp_child struct
193 static struct argp_child argp_children[] = { { &sub_argp }, { 0 } };
319 const struct argp_child *children = argp->children; in convert_options()456 const struct argp_child *child = argp->children; in calc_sizes()894 struct argp_child *child = alloca (4 * sizeof (struct argp_child)); in __argp_parse()902 memset (child, 0, 4 * sizeof (struct argp_child)); in __argp_parse()
1018 const struct argp_child *child = argp->children; in argp_hol()1490 const struct argp_child *child = argp->children; in argp_args_levels()1513 const struct argp_child *child = argp->children; in argp_args_usage()1580 const struct argp_child *child = argp->children; in argp_doc()
Completed in 16 milliseconds