Searched refs:_cpp_buff (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h98 typedef struct _cpp_buff _cpp_buff; typedef in typeref:struct:_cpp_buff
99 struct _cpp_buff struct
101 struct _cpp_buff *next;
105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
106 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *);
107 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
108 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t);
109 extern void _cpp_free_buff (_cpp_buff *);
[all...]
H A Dlex.c64 static _cpp_buff *new_buff (size_t);
1563 static _cpp_buff *
1566 _cpp_buff *result;
1573 base = XNEWVEC (unsigned char, len + sizeof (_cpp_buff));
1574 result = (_cpp_buff *) (base + len);
1584 _cpp_release_buff (cpp_reader *pfile, _cpp_buff *buff)
1586 _cpp_buff *end = buff;
1595 _cpp_buff *
1598 _cpp_buff *result, **p;
1624 _cpp_buff *
[all...]
H A Dmacro.c46 static void push_ptoken_context (cpp_reader *, cpp_hashnode *, _cpp_buff *,
48 static _cpp_buff *collect_args (cpp_reader *, const cpp_hashnode *);
58 static _cpp_buff *funlike_invocation_p (cpp_reader *, cpp_hashnode *);
405 _cpp_buff *buff = _cpp_get_buff (pfile, len);
576 static _cpp_buff *
579 _cpp_buff *buff, *base_buff;
710 static _cpp_buff *
765 _cpp_buff *buff;
816 _cpp_buff *buff;
976 push_ptoken_context (cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buf
[all...]
H A Dtraditional.c48 _cpp_buff *buff;
828 _cpp_buff *buff;

Completed in 75 milliseconds