H A D | argp-help.c | 559 const struct argp_option *real, 565 const struct argp_option *opt, *real = entry->opt; 568 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--) 572 real = opt; 574 val = (*func)(opt, real, domain, cookie); argument 585 const struct argp_option *real, 591 const struct argp_option *opt, *real = entry->opt; 593 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--) 597 real = opt; 599 val = (*func)(opt, real, domai 548 hol_entry_short_iterate(const struct hol_entry *entry, int (*func)(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie), const char *domain, void *cookie) argument 556 const struct argp_option *opt, *real = entry->opt; local 582 const struct argp_option *opt, *real = entry->opt; local 598 until_short(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument 960 arg(const struct argp_option *real, const char *req_fmt, const char *opt_fmt, const char *domain, argp_fmtstream_t stream) argument 1100 const struct argp_option *real = entry->opt, *opt; local 1265 add_argless_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument 1279 usage_argful_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument 1311 usage_long_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument [all...] |