Lines Matching defs:opt
262 #define ovisible(opt) (! ((opt)->flags & OPTION_HIDDEN)) argument
265 #define oalias(opt) ((opt)->flags & OPTION_ALIAS) argument
268 #define odoc(opt) ((opt)->flags & OPTION_DOC) argument
271 #define oend(opt) __option_is_end (opt) argument
274 #define oshort(opt) __option_is_short (opt) argument
360 const struct argp_option *opt; member
555 int (*func)(const struct argp_option *opt, in hol_entry_short_iterate()
562 const struct argp_option *opt, *real = entry->opt; in hol_entry_short_iterate() local
584 int (*func)(const struct argp_option *opt, in hol_entry_long_iterate()
591 const struct argp_option *opt, *real = entry->opt; in hol_entry_long_iterate() local
607 until_short (const struct argp_option *opt, const struct argp_option *real, in until_short()
625 const struct argp_option *opt; in hol_entry_first_long() local
643 const struct argp_option *opt = entry->opt; in hol_find_entry() local
979 const struct argp_option *opt; in hol_append() local
1214 const struct argp_option *real = entry->opt, *opt; in hol_entry_help() local
1371 add_argless_short_opt (const struct argp_option *opt, in add_argless_short_opt()
1385 usage_argful_short_opt (const struct argp_option *opt, in usage_argful_short_opt()
1417 usage_long_opt (const struct argp_option *opt, in usage_long_opt()