options_array_set
} else if (options_array_set(o, idx, value, append,
} else if (options_array_set(o, idx, NULL, 0, cause) != 0)
options_array_set(o, i, oe->default_arr[i], 0, NULL);
return (options_array_set(o, i, s, 0, cause));
if (options_array_set(o, i, next, 0, cause) != 0) {
int options_array_set(struct options_entry *, u_int, const char *,
if (options_array_set(o, idx, s, 0, &cause) != 0)