Home
last modified time | relevance | path

Searched refs:excl_opt (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/lib/subcmd/
Dparse-options.c84 if (p->excl_opt && p->excl_opt != opt) { in get_value()
87 if (((flags & OPT_SHORT) && p->excl_opt->short_name) || in get_value()
88 p->excl_opt->long_name == NULL) { in get_value()
90 p->excl_opt->short_name); in get_value()
93 p->excl_opt->long_name); in get_value()
98 p->excl_opt = opt; in get_value()
615 if ((excl_short_opt && ctx->excl_opt->short_name) || in parse_options_step()
616 ctx->excl_opt->long_name == NULL) { in parse_options_step()
617 char opt = ctx->excl_opt->short_name; in parse_options_step()
620 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
Dparse-options.h213 const struct option *excl_opt; member