Searched refs:OPT_SHORT (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.c15 #define OPT_SHORT 1 macro
22 if (flags & OPT_SHORT)
40 if (flags & OPT_SHORT)
87 if (((flags & OPT_SHORT) && p->excl_opt->short_name) ||
100 if (!(flags & OPT_SHORT) && p->opt) {
351 return get_value(p, options, OPT_SHORT);

Completed in 90 milliseconds