Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c546 for (path = CPP_OPTION (pfile, quote_include); path; path = path->next)
809 return CPP_OPTION (pfile, quote_include);
836 buffer->dir.next = CPP_OPTION (pfile, quote_include);
H A Dcppinit.c424 CPP_OPTION (pfile, quote_include) = quote;
632 for (dir = CPP_OPTION (pfile, quote_include); dir; dir = dirn)
997 for (l = CPP_OPTION (pfile, quote_include); l; l = l->next)
H A Dcpplib.h231 struct search_path *quote_include; /* "" */ member
H A DChangeLog.18837 back four such: quote_include, bracket_include,
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c452 && file->dir != pfile->quote_include) in _cpp_find_file()
775 dir = pfile->quote_include; in search_path_head()
916 dir->next = pfile->quote_include; in make_cpp_dir()
1166 pfile->quote_include = quote; in cpp_set_include_chains()
H A Dinternal.h343 struct cpp_dir *quote_include; /* "" */ member