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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h565 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))
627 if (__opt->flags & OPTION_DOC)
631 int __key = __opt->key;
637 __NTH (__option_is_end (const struct argp_option *__opt))
639 return !__opt->key && !__opt
616 __option_is_short(const struct argp_option *__opt) argument
628 __option_is_end(const struct argp_option *__opt) argument
[all...]

Completed in 19 milliseconds