Searched defs:cpp_buffer (Results 1 – 4 of 4) sorted by relevance
309 struct cpp_buffer struct325 struct cpp_buffer *prev; argument329 struct _cpp_file *file;333 const unsigned char *timestamp;337 struct if_stack *if_stack;340 bool need_line : 1;346 bool warned_cplusplus_comments : 1;351 bool from_stage3 : 1;356 bool return_at_eof : 1;360 unsigned char sysp;[all …]
325 struct cpp_buffer struct341 struct cpp_buffer *prev; argument345 struct _cpp_file *file;349 const unsigned char *timestamp;353 struct if_stack *if_stack;356 bool need_line : 1;362 bool warned_cplusplus_comments : 1;367 bool from_stage3 : 1;372 bool return_at_eof : 1;376 unsigned char sysp;[all …]
30 typedef struct cpp_buffer cpp_buffer; typedef