Lines Matching refs:negated
353 opts->sys_immutable = result.negated ? 0 : 1;
356 opts->discard = result.negated ? 0 : 1;
359 opts->force = result.negated ? 0 : 1;
362 opts->sparse = result.negated ? 0 : 1;
365 opts->nohidden = result.negated ? 1 : 0;
368 opts->hide_dot_files = result.negated ? 0 : 1;
371 opts->windows_names = result.negated ? 0 : 1;
374 opts->showmeta = result.negated ? 0 : 1;
377 if (!result.negated)
393 opts->prealloc = result.negated ? 0 : 1;
396 opts->nocase = result.negated ? 1 : 0;