OPTION_CALLBACK   102 tools/lib/subcmd/parse-options.c 		case OPTION_CALLBACK:
OPTION_CALLBACK   165 tools/lib/subcmd/parse-options.c 		case OPTION_CALLBACK:
OPTION_CALLBACK   239 tools/lib/subcmd/parse-options.c 	case OPTION_CALLBACK:
OPTION_CALLBACK   736 tools/lib/subcmd/parse-options.c 	case OPTION_CALLBACK:
OPTION_CALLBACK   151 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
OPTION_CALLBACK   153 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f) }
OPTION_CALLBACK   155 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
OPTION_CALLBACK   157 tools/lib/subcmd/parse-options.h 	{ .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 }
OPTION_CALLBACK   159 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
OPTION_CALLBACK   163 tools/lib/subcmd/parse-options.h 	{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
OPTION_CALLBACK   228 tools/lib/subcmd/parse-options.h 	{ OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
OPTION_CALLBACK   230 tools/lib/subcmd/parse-options.h 	{ OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
OPTION_CALLBACK   234 tools/lib/subcmd/parse-options.h 	{ OPTION_CALLBACK, 0, "abbrev", (var), "n", \