Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Dparse-options.h25 OPTION_CALLBACK, enumerator
148 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
152 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
154 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
156 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
158 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
162 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
227 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
229 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
[all …]
H A Dparse-options.c102 case OPTION_CALLBACK: in get_value()
165 case OPTION_CALLBACK: in get_value()
239 case OPTION_CALLBACK: in get_value()
739 case OPTION_CALLBACK: in print_option_help()