Searched refs:_cpp_find_file (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | files.c | 394 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() function 820 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_stack_include() 1023 _cpp_find_file (pfile, fname, pfile->buffer->file->dir, true, 0); in _cpp_fake_include() 1108 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_compare_file_date()
|
| H A D | ChangeLog | 206 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all 210 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file. 211 * internal.h (_cpp_find_file): Add new parm to declaration. 240 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and 534 * files.c (_cpp_find_file): Add files found by search_path_exhausted 784 (_cpp_find_file): ...do it here, before calling find_file_in_dir. 869 (_cpp_find_file): ...not here. Correct recorded start_dir of
|
| H A D | internal.h | 516 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| H A D | init.c | 477 = _cpp_find_file (pfile, fname, &pfile->no_search_path, false, 0); in cpp_read_main_file()
|