Symbol: OPTION_CALLBACK
tools/lib/subcmd/parse-options.c
102
case OPTION_CALLBACK:
tools/lib/subcmd/parse-options.c
165
case OPTION_CALLBACK:
tools/lib/subcmd/parse-options.c
239
case OPTION_CALLBACK:
tools/lib/subcmd/parse-options.c
739
case OPTION_CALLBACK:
tools/lib/subcmd/parse-options.h
148
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
tools/lib/subcmd/parse-options.h
150
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f) }
tools/lib/subcmd/parse-options.h
152
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .set = check_vtype(os, bool *)}
tools/lib/subcmd/parse-options.h
154
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
tools/lib/subcmd/parse-options.h
156
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
tools/lib/subcmd/parse-options.h
158
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
tools/lib/subcmd/parse-options.h
162
{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
tools/lib/subcmd/parse-options.h
227
{ OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
tools/lib/subcmd/parse-options.h
229
{ OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
tools/lib/subcmd/parse-options.h
233
{ OPTION_CALLBACK, 0, "abbrev", (var), "n", \