Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c54 struct _cpp_file struct
70 struct _cpp_file *next_file; argument
73 const uchar *buffer;
77 const uchar *buffer_start;
80 const cpp_hashnode *cmacro;
85 cpp_dir *dir;
88 struct stat st;
91 int fd;
95 int err_no;
98 unsigned short stack_count;
[all …]
H A Dinternal.h680 typedef struct _cpp_file _cpp_file; typedef
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc54 struct _cpp_file struct
70 struct _cpp_file *next_file; argument
73 const uchar *buffer;
77 const uchar *buffer_start;
80 const cpp_hashnode *cmacro;
85 cpp_dir *dir;
88 struct stat st;
91 int fd;
95 int err_no;
98 unsigned short stack_count;
[all …]