Home
last modified time | relevance | path

Searched refs:argp_child (Results 1 – 5 of 5) sorted by relevance

/argp/
A Dtst-argp2.c65 static struct argp_child children2[] =
77 static struct argp_child children1[] =
A Dargp.h110 struct argp_child; /* " */
215 const struct argp_child *children;
248 struct argp_child struct
A Dargp-test.c193 static struct argp_child argp_children[] = { { &sub_argp }, { 0 } };
A Dargp-parse.c319 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()
A Dargp-help.c1018 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