Home | History | Annotate | Download | only in include

Lines Matching defs:argp_option

84 struct argp_option
226 /* An array of argp_option structures, terminated by an entry with both
228 __const struct argp_option *options;
307 in argp_option structs, but all child-groupings follow parent options at
543 extern int _option_is_short (__const struct argp_option *__opt) __THROW;
544 extern int __option_is_short (__const struct argp_option *__opt) __THROW;
548 extern int _option_is_end (__const struct argp_option *__opt) __THROW;
549 extern int __option_is_end (__const struct argp_option *__opt) __THROW;
581 __NTH (__option_is_short (__const struct argp_option *__opt))
593 __NTH (__option_is_end (__const struct argp_option *__opt))