Lines Matching refs:_cpp_buff
96 typedef struct _cpp_buff _cpp_buff; typedef
97 struct _cpp_buff struct
99 struct _cpp_buff *next; argument
103 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t); argument
104 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *);
105 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
106 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t);
107 extern void _cpp_free_buff (_cpp_buff *);
213 _cpp_buff *buff;
414 _cpp_buff *a_buff; /* Aligned permanent storage. */
415 _cpp_buff *u_buff; /* Unaligned permanent storage. */
416 _cpp_buff *free_buffs; /* Free buffer chain. */