Home
last modified time | relevance | path

Searched defs:_cpp_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c56 struct _cpp_file struct
72 struct _cpp_file *next_file; argument
83 cpp_dir *dir;
86 struct stat st;
89 int fd;
93 int err_no;
99 bool once_only;
102 bool dont_read;
105 bool main_file;
108 bool buffer_valid;
[all …]
H A Dinternal.h527 typedef struct _cpp_file _cpp_file; typedef