Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h28 OPTION_CALLBACK, enumerator
149 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
151 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
153 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
155 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
157 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
161 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
226 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
228 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
232 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \
Dparse-options.c102 case OPTION_CALLBACK: in get_value()
164 case OPTION_CALLBACK: in get_value()
237 case OPTION_CALLBACK: in get_value()
717 case OPTION_CALLBACK: in print_option_help()