Searched refs:search_path_head (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | srcpos.c | 22 static struct search_path *search_path_head, **search_path_tail; variable 142 for (node = search_path_head; !*fp && node; node = node->next) in fopen_any_on_path() 230 search_path_head = node; in srcfile_add_search_path()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | files.cc | 179 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 1040 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() function 1115 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include() 1134 if (cpp_dir *dir = search_path_head (pfile, name, angle, IT_INCLUDE)) in test_header_unit() 1611 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE); in _cpp_compare_file_date() 2159 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_has_header()
|
| H A D | ChangeLog | 6037 * files.c (search_path_head): Fix check for absolute paths.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | files.c | 179 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 984 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() function 1059 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include() 1472 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE); in _cpp_compare_file_date() 2019 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_has_header()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2003 | 6967 (search_path_head): If there is no current buffer, use main_file.
|
| H A D | ChangeLog-2004 | 42250 (search_path_head, open_file_failed): Use buffer's sysp.
|