Searched defs:argp_option (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h78 struct argp_option
229 /* An array of argp_option structures, terminated by an entry with both
231 const struct argp_option *options;
312 in argp_option structs, but all child-groupings follow parent options at
565 extern int _option_is_short (const struct argp_option *__opt) __THROW;
566 extern int __option_is_short (const struct argp_option *__opt) __THROW;
570 extern int _option_is_end (const struct argp_option *__opt) __THROW;
571 extern int __option_is_end (const struct argp_option *__opt) __THROW;
625 __NTH (__option_is_short (const struct argp_option *__opt))
637 __NTH (__option_is_end (const struct argp_option *__op
77 struct argp_option struct
[all...]

Completed in 24 milliseconds