Searched refs:OPT_SET_UINT (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-help.c | 477 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), in cmd_help() 478 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", in cmd_help() 480 OPT_SET_UINT('i', "info", &help_format, "show info page", in cmd_help()
|
| H A D | builtin-stat.c | |
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… macro
|