Lines Matching defs:opts
145 conf->opts = dir ? OPT_UNSET : OPT_UNSET|OPT_SYM_LINKS;
222 if (new->opts & OPT_UNSET) {
223 /* there was no explicit setting of new->opts, so we merge
229 conf->opts = (conf->opts & ~conf->opts_remove) | conf->opts_add;
234 if (((base->opts & (OPT_INCLUDES|OPT_INC_WITH_EXEC))
236 && ((new->opts & (OPT_INCLUDES|OPT_INC_WITH_EXEC))
238 conf->opts &= ~OPT_INC_WITH_EXEC;
242 /* otherwise we just copy, because an explicit opts setting
245 conf->opts = new->opts;
720 return conf->opts;
1622 static const char *set_allow_opts(cmd_parms *cmd, allow_options_t *opts,
1635 *opts = OPT_NONE;
1675 *opts |= opt;
1678 (*opts) &= (~OPT_UNSET);
1839 d->opts = OPT_NONE;
1900 d->opts &= ~opt;
1905 d->opts |= opt;
1908 d->opts |= opt;