Home
last modified time | relevance | path

Searched refs:quote_include (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc612 else if (file->dir == pfile->quote_include) in _cpp_find_file()
662 && pfile->quote_include != start_dir in _cpp_find_file()
663 && found_in_cache != pfile->quote_include) in _cpp_find_file()
667 entry->start_dir = pfile->quote_include; in _cpp_find_file()
1065 dir = pfile->quote_include; in search_path_head()
1192 for (cpp_dir *dir = pfile->quote_include; dir; dir = dir->next) in cpp_retrofit_as_include()
1320 dir->next = pfile->quote_include; in make_cpp_dir()
1696 pfile->quote_include = quote; in cpp_set_include_chains()
H A Dinternal.h462 struct cpp_dir *quote_include; /* "" */ member
H A Dinit.cc694 ? pfile->quote_include in cpp_read_main_file()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c618 else if (file->dir == pfile->quote_include) in _cpp_find_file()
668 && pfile->quote_include != start_dir in _cpp_find_file()
669 && found_in_cache != pfile->quote_include) in _cpp_find_file()
673 entry->start_dir = pfile->quote_include; in _cpp_find_file()
1009 dir = pfile->quote_include; in search_path_head()
1185 dir->next = pfile->quote_include; in make_cpp_dir()
1556 pfile->quote_include = quote; in cpp_set_include_chains()
H A Dinternal.h446 struct cpp_dir *quote_include; /* "" */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19981518 back four such: quote_include, bracket_include,
H A DChangeLog-200331354 (struct cpp_options): Remove quote_include, bracket_include,