Home
last modified time | relevance | path

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

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