Home
last modified time | relevance | path

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

/tools/perf/util/
Dparse-options.c7 #define OPT_SHORT 1 macro
14 if (flags & OPT_SHORT) in opterror()
56 if (((flags & OPT_SHORT) && p->excl_opt->short_name) || in get_value()
69 if (!(flags & OPT_SHORT) && p->opt) { in get_value()
233 return get_value(p, options, OPT_SHORT); in parse_short_opt()