Searched refs:quote_include (Results 1 – 6 of 6) sorted by relevance
546 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);
424 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)
231 struct search_path *quote_include; /* "" */ member
8837 back four such: quote_include, bracket_include,
452 && 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()
343 struct cpp_dir *quote_include; /* "" */ member