Searched refs:file_types (Results 1 – 1 of 1) sorted by relevance
35 const char *file_types; /* -f sScCvV */ member110 options->file_types = optarg; in parse_options()112 options->file_types = "sS"; in parse_options()609 if (!options->file_types) in skip()612 if (flag && strchr(options->file_types, tolower(c))) in skip()615 if (!flag && strchr(options->file_types, toupper(c))) in skip()