Home
last modified time | relevance | path

Searched refs:__opt (Results 1 – 1 of 1) sorted by relevance

/argp/
A Dargp.h495 extern int _option_is_short (const struct argp_option *__opt) __THROW;
496 extern int __option_is_short (const struct argp_option *__opt) __THROW;
500 extern int _option_is_end (const struct argp_option *__opt) __THROW;
501 extern int __option_is_end (const struct argp_option *__opt) __THROW;
532 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH() argument
534 if (__opt->flags & OPTION_DOC) in __NTH()
538 int __key = __opt->key; in __NTH()
544 __NTH (__option_is_end (const struct argp_option *__opt)) in __NTH() argument
546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()

Completed in 5 milliseconds