str_to_opt
int str_to_opt(const char *);
o->option = str_to_opt(s);
if ((o->option = str_to_opt(topt)) == OPTION_NONE) {