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

/external/linux-tools-perf/util/
H A Dparse-options.c323 int internal_help = !(ctx->flags & PARSE_OPT_NO_INTERNAL_HELP); local
340 if (internal_help && *ctx->opt == 'h')
353 if (internal_help && *ctx->opt == 'h')
382 if (internal_help && !strcmp(arg + 2, "help-all"))
384 if (internal_help && !strcmp(arg + 2, "help"))

Completed in 60 milliseconds