Searched refs:cpp_dir (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-incpath.c | 53 static void free_path (struct cpp_dir *, int); 55 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 56 struct cpp_dir *, 57 struct cpp_dir *, int); 60 static struct cpp_dir *heads[4]; 61 static struct cpp_dir *tails[4]; 67 free_path (struct cpp_dir *path, int reason) in free_path() 184 static struct cpp_dir * 185 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() 186 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() [all …]
|
H A D | c-incpath.h | 23 extern void add_cpp_dir_path (struct cpp_dir *, int);
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | darwin-c.c | 53 cpp_dir **dirp); 188 cpp_dir* dir; 201 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework() 233 static struct cpp_dir* 265 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname() 269 cpp_dir *fast_dir; in framework_construct_pathname() 346 struct cpp_dir *fast_dir; in find_subframework_file() 347 static struct cpp_dir subframe_dir; in find_subframework_file() 429 cpp_dir *p; in add_system_framework_path() 431 p = XNEW (cpp_dir); in add_system_framework_path() [all …]
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | files.c | 81 cpp_dir *dir; 142 cpp_dir *start_dir; 146 cpp_dir *dir; 158 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 163 const cpp_dir *start_dir); 164 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname); 166 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 173 static void read_name_map (cpp_dir *dir); 175 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 394 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() [all …]
|
H A D | makedepend.c | 45 static cpp_dir *cmd_line_searchpath; 60 cpp_dir *dir = XNEW (cpp_dir); in add_dir()
|
H A D | internal.h | 300 struct cpp_dir dir; 343 struct cpp_dir *quote_include; /* "" */ 344 struct cpp_dir *bracket_include; /* <> */ 345 struct cpp_dir no_search_path; /* No path. */ 516 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 43 typedef struct cpp_dir cpp_dir; typedef 451 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 483 struct cpp_dir struct 486 struct cpp_dir *next; argument 504 char *(*construct) (const char *header, cpp_dir *dir); argument 627 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 836 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|