DO_REMOVE
FLAG_OFF(opts, (DO_COMPARE|DO_REMOVE));
if (IS_ON(opts, DO_REMOVE))
{ DO_REMOVE, "remove", NULL, 0},
case 'R': opt = DO_REMOVE; break;
case 'R': FLAG_ON(options, DO_REMOVE); break;