• Home
  • Raw
  • Download

Lines Matching refs:value

105 	void *value;  member
124 …v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, i…
125 …v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, b…
126 …h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, b…
129 .value = check_vtype(v, bool *), .help = (h), \
131 …v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, i…
132 …, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, u…
133 …v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h)…
134 …v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, i…
135 …v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, u…
136 …v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, l…
137 …, h) { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, u…
138 …v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u…
139 …, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, c…
142 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \
146 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \
149 …, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, c…
151 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
153 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
155 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
157 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
160 .value = (v), .arg = (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
164 .value = (v), .argh = (a), .help = (h), .callback = (f), \