Lines Matching refs:add

277  * wildcards already (or we need to add them), add leading and
280 * add a slash to the prefix so that "bar/bletch" won't be matched
641 autoindex_config_rec *add = (autoindex_config_rec *) addv;
644 new->default_icon = add->default_icon ? add->default_icon
646 new->style_sheet = add->style_sheet ? add->style_sheet
648 new->head_insert = add->head_insert ? add->head_insert
650 new->header = add->header ? add->header
652 new->readme = add->readme ? add->readme
654 new->icon_height = add->icon_height ? add->icon_height : base->icon_height;
655 new->icon_width = add->icon_width ? add->icon_width : base->icon_width;
657 new->ctype = add->ctype ? add->ctype : base->ctype;
658 new->charset = add->charset ? add->charset : base->charset;
660 new->alt_list = apr_array_append(p, add->alt_list, base->alt_list);
661 new->desc_list = apr_array_append(p, add->desc_list, base->desc_list);
662 new->icon_list = apr_array_append(p, add->icon_list, base->icon_list);
663 new->ign_list = add->ign_noinherit ? add->ign_list : apr_array_append(p, add->ign_list, base->ign_list);
664 if (add->opts == NO_OPTIONS) {
680 if (add->opts == OPTION_UNSET) {
682 | add->incremented_opts)
683 & ~add->decremented_opts;
685 | add->decremented_opts);
697 new->opts = add->opts;
701 * the add-options and the remove-options.
711 if (add->name_adjust == K_UNSET) {
716 new->name_width = add->name_width;
717 new->name_adjust = add->name_adjust;
723 if (add->desc_adjust == K_UNSET) {
728 new->desc_width = add->desc_width;
729 new->desc_adjust = add->desc_adjust;
732 new->default_keyid = add->default_keyid ? add->default_keyid
734 new->default_direction = add->default_direction ? add->default_direction