Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h35 PARSE_OPT_NO_INTERNAL_HELP = 16, enumerator
H A Dparse-options.c518 int internal_help = !(ctx->flags & PARSE_OPT_NO_INTERNAL_HELP); in parse_options_step()