DO_NODESCEND
if (IS_ON(opts, DO_NODESCEND)) {
{ DO_NODESCEND, "nodescend", NULL, 0},
case 'r': opt = DO_NODESCEND; break;
case 'r': FLAG_ON(options, DO_NODESCEND); break;