excl_opt 84 tools/lib/subcmd/parse-options.c if (p->excl_opt && p->excl_opt != opt) { excl_opt 87 tools/lib/subcmd/parse-options.c if (((flags & OPT_SHORT) && p->excl_opt->short_name) || excl_opt 88 tools/lib/subcmd/parse-options.c p->excl_opt->long_name == NULL) { excl_opt 90 tools/lib/subcmd/parse-options.c p->excl_opt->short_name); excl_opt 93 tools/lib/subcmd/parse-options.c p->excl_opt->long_name); excl_opt 98 tools/lib/subcmd/parse-options.c p->excl_opt = opt; excl_opt 612 tools/lib/subcmd/parse-options.c if ((excl_short_opt && ctx->excl_opt->short_name) || excl_opt 613 tools/lib/subcmd/parse-options.c ctx->excl_opt->long_name == NULL) { excl_opt 614 tools/lib/subcmd/parse-options.c char opt = ctx->excl_opt->short_name; excl_opt 617 tools/lib/subcmd/parse-options.c parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); excl_opt 210 tools/lib/subcmd/parse-options.h const struct option *excl_opt;