Searched refs:__opt (Results 1 – 2 of 2) sorted by relevance
517 extern int _option_is_short (__const struct argp_option *__opt) __THROW;518 extern int __option_is_short (__const struct argp_option *__opt) __THROW;522 extern int _option_is_end (__const struct argp_option *__opt) __THROW;523 extern int __option_is_end (__const struct argp_option *__opt) __THROW;545 __NTH (__option_is_short (__const struct argp_option *__opt)) in __NTH() argument547 if (__opt->flags & OPTION_DOC) in __NTH()551 int __key = __opt->key; in __NTH()557 __NTH (__option_is_end (__const struct argp_option *__opt)) in __NTH() argument559 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
95 const char *__opt) __THROW;
Completed in 7 milliseconds