Searched refs:any_glob (Results 1 – 1 of 1) sorted by relevance
149 char *any_glob; member526 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog()528 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog()542 if (f->any_glob) { in should_process_file_prog()543 if (glob_matches(filename, f->any_glob)) in should_process_file_prog()551 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog()684 f->any_glob = strdup(str); in append_filter()685 if (!f->any_glob) in append_filter()3339 free(env.allow_filters[i].any_glob); in main()3345 free(env.deny_filters[i].any_glob); in main()