Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c54 struct _cpp_file struct
70 struct _cpp_file *next_file; argument
73 const uchar *buffer;
76 const cpp_hashnode *cmacro;
81 cpp_dir *dir;
84 struct stat st;
87 int fd;
91 int err_no;
94 unsigned short stack_count;
97 bool once_only;
[all …]
H A Dinternal.h515 typedef struct _cpp_file _cpp_file; typedef