Home | History | Annotate | Download | only in util

Lines Matching refs:OPTION_CALLBACK

22 	OPTION_CALLBACK,
78 * pointer to the callback to use for OPTION_CALLBACK.
115 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
117 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f) }
119 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
121 { .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 }
123 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
181 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
183 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
187 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \