Lines Matching refs:OPTION_CALLBACK
25 OPTION_CALLBACK,
86 * pointer to the callback to use for OPTION_CALLBACK.
148 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
150 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f) }
152 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .set = check_vtype(os, bool *)}
154 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .flags = PARSE_OPT_NOARG }
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 }
158 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
162 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), \
227 { OPTION_CALLBACK, 'v', "verbose", (var), NULL, "be more verbose", \
229 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
233 { OPTION_CALLBACK, 0, "abbrev", (var), "n", \