Searched refs:__option_is_short (Results 1 – 5 of 5) sorted by relevance
496 extern int __option_is_short (const struct argp_option *__opt) __THROW;517 # define __option_is_short _option_is_short macro532 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH()552 # undef __option_is_short
40 weak_alias (__option_is_short, _option_is_short)
30 #undef __option_is_short31 #define __option_is_short _option_is_short macro
335 if (__option_is_short (opt)) in convert_options()
274 #define oshort(opt) __option_is_short (opt)
Completed in 16 milliseconds