Lines Matching refs:argh
102 const char *argh; member
136 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) }
139 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \
143 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \
146 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),…
148 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
152 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
154 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
156 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
163 .value = (v), .argh = (a), .help = (h), .callback = (f), \