Searched defs:include_file (Results 1 – 3 of 3) sorted by relevance
86 struct include_file { struct87 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
342 aic_print_include(FILE *dfile, char *include_file) in aic_print_include()
1458 FILE *include_file = ffelex_include_file_; in ffelex_include_() local