opts_set
(void) opts_set(cp->cf_opts, o, optarg);
(void) opts_set(allopts, "s", "1b");
(void) opts_set(allopts, "p", "1w");
(void) opts_set(allopts, "C", "10");
(void) opts_set(allopts, "t", "$file.$n");
(void) opts_set(opts, info->oi_o, "");
opts_set(opts, info->oi_o, ptr);
void opts_set(struct opts *opts, const char *o, const char *optarg);