Lines Matching defs:help_format
41 enum help_format {
48 static enum help_format parse_help_format(const char *format)
278 enum help_format *help_formatp = cb;
433 enum help_format help_format = HELP_FORMAT_MAN;
436 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN),
437 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser",
439 OPT_SET_UINT('i', "info", &help_format, "show info page",
460 rc = perf_config(perf_help_config, &help_format);
481 switch (help_format) {