Searched refs:_cpp_stack_file (Results 1 – 5 of 5) sorted by relevance
533 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool);
494 _cpp_stack_file (pfile, pfile->main_file, false); in cpp_read_main_file()
768 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file() function902 return _cpp_stack_file (pfile, file, type == IT_IMPORT); in _cpp_stack_include()
6957 Distribute _cpp_stack_file call over the two functions.6963 (_cpp_stack_file): No longer needed. But note the following.6964 (stack_file): Made non-static and renamed to _cpp_stack_file.11490 (_cpp_stack_file): New internal function name.12511 (_cpp_stack_file): Renamed from _cpp_read_file.
42249 * cppfiles.c (_cpp_stack_file): Set sysp from and in buffer.43135 (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.