Lines Matching refs:help_format
39 enum help_format {
46 static enum help_format parse_help_format(const char *format)
276 enum help_format *help_formatp = cb;
430 enum help_format help_format = HELP_FORMAT_MAN;
433 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN),
434 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser",
436 OPT_SET_UINT('i', "info", &help_format, "show info page",
459 rc = perf_config(perf_help_config, &help_format);
480 switch (help_format) {