Searched refs:include_type (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm.h | 69 } include_type; typedef 90 void include_file(char *file_name, include_type type);
|
H A D | aicasm_scan.l | 445 include_file(char *file_name, include_type type)
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 116 enum include_type enum 687 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t); 689 enum include_type, location_t); 701 enum include_type);
|
H A D | files.c | 180 int angle_brackets, enum include_type); 915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, in _cpp_stack_file() 985 enum include_type type) in search_path_head() 1045 enum include_type type, location_t loc) in _cpp_stack_include() 2017 enum include_type type) in _cpp_has_header()
|
H A D | directives.c | 109 static void do_include_common (cpp_reader *, enum include_type); 807 do_include_common (cpp_reader *pfile, enum include_type type) in do_include_common() 876 enum include_type type = IT_INCLUDE_NEXT; in do_include_next()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 118 enum include_type enum 720 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t); 722 enum include_type, location_t); 734 enum include_type);
|
H A D | files.cc | 180 int angle_brackets, enum include_type); 915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, in _cpp_stack_file() 1041 enum include_type type) in search_path_head() 1101 enum include_type type, location_t loc) in _cpp_stack_include() 2157 enum include_type type) in _cpp_has_header()
|
H A D | directives.cc | 115 static void do_include_common (cpp_reader *, enum include_type); 824 do_include_common (cpp_reader *pfile, enum include_type type) in do_include_common() 893 enum include_type type = IT_INCLUDE_NEXT; in do_include_next()
|
H A D | ChangeLog | 919 * internal.h (enum include_type): Rename IT_MAIN_INJECT to 1006 * internal.h (enum include_type): Add IT_MAIN_INJECT. 1309 * internal.h (enum include_type): Remove trailing comma. 1361 * internal.h (enum include_type): Add IT_MAIN, IT_DIRECTIVE_HWM, 1363 (_cpp_stack_file): Take include_type, not a bool. 1368 (_cpp_stack_file): Replace IMPORT boolean with include_type enum. 1379 * internal.h (enum include_type): Reformat and comment. 4189 * internal.h (enum include_type): Add IT_DEFAULT.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 27272 * cpphash.h (enum include_type): New.
|