Searched refs:all_files (Results 1 – 7 of 7) sorted by relevance
11 def initialize(all_files = false) argument12 @all_files = all_files
455 file->next_file = pfile->all_files; in _cpp_find_file()456 pfile->all_files = file; in _cpp_find_file()500 file->next_file = pfile->all_files; in _cpp_find_file()501 pfile->all_files = file; in _cpp_find_file()718 for (f = pfile->all_files; f; f = f->next_file) in should_stack_file()1539 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()1549 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()
353 struct _cpp_file *all_files; member
2403 char *all_files; in ParseTraditionalInclude() local2419 all_files = Var_Subst(NULL, file, VAR_CMD, FALSE); in ParseTraditionalInclude()2427 for (file = all_files; !done; file = cp + 1) { in ParseTraditionalInclude()2439 free(all_files); in ParseTraditionalInclude()
1001 #define NUM_GT_FILES (ARRAY_SIZE (all_files) - 1)3063 if (!strcmp (all_files[i], all_files[j])) in main()3070 parse_file (all_files[i]); in main()
11983 (find_file): Add new file structures to the all_files list.11988 to all_files. Rename saw_pragma_once to seen_once_only.
340 all_files, really_all_files, qmark_funny_chars,