Home | History | Annotate | Download | only in unzip

Lines Matching defs:exclude

264  * Pattern lists for include / exclude processing
273 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude);
311 * exclude list.
319 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname))
692 * option) happens first, but the include / exclude patterns are applied
734 /* apply include / exclude patterns */
787 /* apply include / exclude patterns */
1048 add_pattern(&exclude, optarg);