Searched refs:get_added_cpp_dirs (Results 1 – 8 of 8) sorted by relevance
36 extern struct cpp_dir *get_added_cpp_dirs (incpath_kind);
507 get_added_cpp_dirs (incpath_kind chain) in get_added_cpp_dirs() function
515 get_added_cpp_dirs (incpath_kind chain) in get_added_cpp_dirs() function
3203 * incpath.c (get_added_cpp_dirs): New function.3204 * incpath.h (get_added_cpp_dirs): Declare.
12073 (add_path, add_cpp_dir_path, get_added_cpp_dirs): Use incpath_kind.12078 (add_cpp_dir_path, add_path, get_added_cpp_dirs): Use incpath_kind.
424 for (dir = get_added_cpp_dirs (INC_SYSTEM); dir != NULL; dir = dir->next) in vms_c_register_includes()