Lines Matching refs:opt
1625 allow_options_t opt;
1640 opt = OPT_INDEXES;
1645 opt = (OPT_INCLUDES | OPT_INC_WITH_EXEC);
1648 opt = OPT_INCLUDES;
1651 opt = OPT_SYM_LINKS;
1654 opt = OPT_SYM_OWNER;
1657 opt = OPT_EXECCGI;
1660 opt = OPT_MULTI;
1663 opt = OPT_MULTI|OPT_EXECCGI;
1666 opt = OPT_NONE;
1669 opt = OPT_ALL;
1675 *opts |= opt;
1821 allow_options_t opt;
1846 opt = OPT_INDEXES;
1849 opt = (OPT_INCLUDES | OPT_INC_WITH_EXEC);
1852 opt = OPT_INCLUDES;
1855 opt = OPT_SYM_LINKS;
1858 opt = OPT_SYM_OWNER;
1861 opt = OPT_EXECCGI;
1864 opt = OPT_MULTI;
1867 opt = OPT_MULTI|OPT_EXECCGI;
1876 opt = OPT_NONE;
1886 opt = OPT_ALL;
1893 if ( (cmd->override_opts & opt) != opt ) {
1898 d->opts_remove |= opt;
1899 d->opts_add &= ~opt;
1900 d->opts &= ~opt;
1903 d->opts_add |= opt;
1904 d->opts_remove &= ~opt;
1905 d->opts |= opt;
1908 d->opts |= opt;