Searched refs:all_files (Results 1 – 11 of 11) sorted by relevance
11 def initialize(all_files = false) argument12 @all_files = all_files
78 int all_files; /* scan also for non-executable files */ member152 vp->all_files ? "all files" : "executables only", in banner()216 if (!vp->all_files && !IS_EXEC(sb.st_mode)) in add_new_path_entry()254 if (!vp->all_files && !IS_EXEC(sb.st_mode)) in add_new_ftsent_entry()455 v.all_files = 1; in main()
308 for (_cpp_file *f = pfile->all_files; f; f = f->next_file) in pch_open_file()567 file->next_file = pfile->all_files; in _cpp_find_file()568 pfile->all_files = file; in _cpp_find_file()642 file->next_file = pfile->all_files; in _cpp_find_file()643 pfile->all_files = file; in _cpp_find_file()866 for (_cpp_file *f = pfile->all_files; f; f = f->next_file) in has_unique_contents()1152 _cpp_file *iter = pfile->all_files; in destroy_all_cpp_files()1349 pfile->all_files = NULL; in cpp_clear_file_cache()1858 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()1868 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()
451 struct _cpp_file *all_files; member
308 for (_cpp_file *f = pfile->all_files; f; f = f->next_file) in pch_open_file()562 file->next_file = pfile->all_files; in _cpp_find_file()563 pfile->all_files = file; in _cpp_find_file()636 file->next_file = pfile->all_files; in _cpp_find_file()637 pfile->all_files = file; in _cpp_find_file()866 for (_cpp_file *f = pfile->all_files; f; f = f->next_file) in has_unique_contents()1287 _cpp_file *iter = pfile->all_files; in destroy_all_cpp_files()1484 pfile->all_files = NULL; in cpp_clear_file_cache()1998 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()2008 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()
467 struct _cpp_file *all_files; member
2229 char *all_files; in ParseTraditionalInclude() 2235 all_files = Var_Subst(file, SCOPE_CMDLINE, VARE_EVAL); in ParseTraditionalInclude() 2238 for (file = all_files; !done; file = p + 1) { in ParseTraditionalInclude() 2251 free(all_files); in ParseTraditionalInclude() 2228 char *all_files; ParseTraditionalInclude() local
292 extern int all_files;
87 int all_files = 0; variable921 all_files++; in FDECL2()
924 if(!all_files){ in FDECL3()
11983 (find_file): Add new file structures to the all_files list.11988 to all_files. Rename saw_pragma_once to seen_once_only.