DO_WHOLE
if (IS_ON(opts, DO_WHOLE))
FLAG_OFF(opts, DO_WHOLE); /* WHOLE only useful if renaming */
if (IS_ON(opts, DO_WHOLE)) {
{ DO_WHOLE, "whole", NULL, 0},
case 'w': opt = DO_WHOLE; break;
case 'w': FLAG_ON(options, DO_WHOLE); break;