Searched refs:__opt (Results 1 – 2 of 2) sorted by relevance
535 extern int _option_is_short (__const struct argp_option *__opt) __THROW;536 extern int __option_is_short (__const struct argp_option *__opt) __THROW;540 extern int _option_is_end (__const struct argp_option *__opt) __THROW;541 extern int __option_is_end (__const struct argp_option *__opt) __THROW;572 __NTH (__option_is_short (__const struct argp_option *__opt)) in __NTH() argument574 if (__opt->flags & OPTION_DOC) in __NTH()578 int __key = __opt->key; in __NTH()584 __NTH (__option_is_end (__const struct argp_option *__opt)) in __NTH() argument586 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
93 __const char *__opt) __THROW;