Searched refs:include_type (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aicasm.h | 70 } include_type; typedef 91 void include_file(char *file_name, include_type type);
|
| H A D | aicasm_scan.l | 450 include_file(char *file_name, include_type type)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppfiles.c | 126 enum include_type)); 129 enum include_type)); 572 enum include_type type; 708 enum include_type type; 798 enum include_type type;
|
| H A D | cpphash.h | 154 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enum 524 enum include_type));
|
| H A D | cpplib.c | 116 static void do_include_common PARAMS ((cpp_reader *, enum include_type)); 659 enum include_type type;
|
| H A D | ChangeLog.5 | 8065 * cpphash.h (enum include_type): New.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | internal.h | 118 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enum 523 enum include_type);
|
| H A D | files.c | 159 int angle_brackets, enum include_type); 752 enum include_type type) in search_path_head() 811 enum include_type type) in _cpp_stack_include()
|
| H A D | directives.c | 107 static void do_include_common (cpp_reader *, enum include_type); 707 do_include_common (cpp_reader *pfile, enum include_type type) in do_include_common() 771 enum include_type type = IT_INCLUDE_NEXT; in do_include_next()
|