Lines Matching refs:__opt
39 -__option_is_short (__const struct argp_option *__opt) __THROW
40 +__option_is_short (__const struct argp_option *__opt)
42 if (__opt->flags & OPTION_DOC)
48 -__option_is_end (__const struct argp_option *__opt) __THROW
49 +__option_is_end (__const struct argp_option *__opt)
51 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;
66 -__option_is_short (__const struct argp_option *__opt) __THROW
67 +__option_is_short (__const struct argp_option *__opt)
69 if (__opt->flags & OPTION_DOC)
75 -__option_is_end (__const struct argp_option *__opt) __THROW
76 +__option_is_end (__const struct argp_option *__opt)
78 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;