Lines Matching refs:OPTION_CALLBACK
29 OPTION_CALLBACK,
90 * pointer to the callback to use for OPTION_CALLBACK.
151 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
153 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f) }
155 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .set = check_vtype(os, bool *)}
157 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
159 { .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 }
161 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
165 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
230 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
232 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
236 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \