Searched refs:argp_child (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h155 struct argp_child; /* " */
262 const struct argp_child *children;
295 argp_child structures, each of which describes a subsidiary argp. */
296 struct argp_child
293 struct argp_child struct
H A Dargp-parse.c300 const struct argp_child *children = argp->children;
438 const struct argp_child *child = argp->children;
908 struct argp_child *child = alloca (4 * sizeof (struct argp_child));
916 memset (child, 0, 4 * sizeof (struct argp_child));
H A Dargp-help.c1404 const struct argp_child *child = argp->children;
1429 const struct argp_child *child = argp->children;
1452 const struct argp_child *child = argp->children;
1520 const struct argp_child *child = argp->children;

Completed in 30 milliseconds