Home
last modified time | relevance | path

Searched defs:include_file (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c86 struct include_file { struct
87 const char *name; /* actual path name of file */
88 const cpp_hashnode *cmacro; /* macro, if any, preventing reinclusion. */
89 const struct search_path *foundhere;
92 const unsigned char *buffer; /* pointer to cached file contents */
93 struct stat st; /* copy of stat(2) data for file */
94 int fd; /* fd open on file (short term storage only) */
118 #define NO_INCLUDE_PATH ((struct include_file *) -1) argument
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c342 aic_print_include(FILE *dfile, char *include_file) in aic_print_include()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dlex.c1458 FILE *include_file = ffelex_include_file_; in ffelex_include_() local