Home
last modified time | relevance | path

Searched refs:include_type (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.h70 } include_type; typedef
91 void include_file(char *file_name, include_type type);
H A Daicasm_scan.l450 include_file(char *file_name, include_type type)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c126 enum include_type));
129 enum include_type));
572 enum include_type type;
708 enum include_type type;
798 enum include_type type;
H A Dcpphash.h154 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enum
524 enum include_type));
H A Dcpplib.c116 static void do_include_common PARAMS ((cpp_reader *, enum include_type));
659 enum include_type type;
H A DChangeLog.58065 * cpphash.h (enum include_type): New.
/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h118 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enum
523 enum include_type);
H A Dfiles.c159 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 Ddirectives.c107 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()