Lines Matching refs:add
158 dir_config_rec *add = (dir_config_rec *)addv;
160 new->index_names = add->index_names ? add->index_names : base->index_names;
162 (add->do_slash == MODDIR_UNSET) ? base->do_slash : add->do_slash;
164 (add->checkhandler == MODDIR_UNSET) ? base->checkhandler : add->checkhandler;
166 (add->redirect_index == REDIRECT_UNSET) ? base->redirect_index : add->redirect_index;
167 new->dflt = add->dflt ? add->dflt : base->dflt;