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

/external/linux-tools-perf/util/
H A Dparse-options.h32 OPTION_CALLBACK, enumerator in enum:parse_opt_type
88 * pointer to the callback to use for OPTION_CALLBACK.
125 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
127 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f) }
129 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
131 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
133 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
190 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
192 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
196 { OPTION_CALLBACK,
[all...]
H A Dparse-options.c47 case OPTION_CALLBACK:
103 case OPTION_CALLBACK:
495 case OPTION_CALLBACK:

Completed in 126 milliseconds