removeoption
void removeoption(const char *name);
ropt_list ',' WORD { removeoption($3); } |
WORD { removeoption($1); };