Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm.h65 } include_type; typedef
86 void include_file(char *file_name, include_type type);
HDaicasm_scan.l453 include_file(char *file_name, include_type type)
/NextBSD/contrib/gcclibs/libcpp/
HDinternal.h118 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enum
534 enum include_type);
HDfiles.c161 int angle_brackets, enum include_type);
822 enum include_type type) in search_path_head()
881 enum include_type type) in _cpp_stack_include()
HDdirectives.c107 static void do_include_common (cpp_reader *, enum include_type);
712 do_include_common (cpp_reader *pfile, enum include_type type) in do_include_common()
776 enum include_type type = IT_INCLUDE_NEXT; in do_include_next()
/NextBSD/contrib/gcc/
HDChangeLog-200127272 * cpphash.h (enum include_type): New.