Searched refs:macro_buffer (Results 1 – 6 of 6) sorted by relevance
36 struct macro_buffer struct113 free_buffer (struct macro_buffer *b) in free_buffer()690 static struct macro_buffer *693 struct macro_buffer tok; in gather_arguments()702 struct macro_buffer temp; in gather_arguments()723 struct macro_buffer *arg; in gather_arguments()825 struct macro_buffer tok; in substitute_args()1055 scan (struct macro_buffer *dest, in scan()1056 struct macro_buffer *src, in scan()1066 struct macro_buffer tok; in scan()[all …]
1309 pfile->macro_buffer = XRESIZEVEC (unsigned char, pfile->macro_buffer, in _cpp_save_parameter()1313 ((union _cpp_hashnode_value *) pfile->macro_buffer)[macro->paramc - 1] in _cpp_save_parameter()1628 node->value = ((union _cpp_hashnode_value *) pfile->macro_buffer)[i]; in _cpp_create_definition()1759 pfile->macro_buffer = XRESIZEVEC (unsigned char, in cpp_macro_definition()1760 pfile->macro_buffer, len); in cpp_macro_definition()1765 buffer = pfile->macro_buffer; in cpp_macro_definition()1833 return pfile->macro_buffer; in cpp_macro_definition()
248 if (pfile->macro_buffer) in cpp_destroy()250 free (pfile->macro_buffer); in cpp_destroy()251 pfile->macro_buffer = NULL; in cpp_destroy()
392 unsigned char *macro_buffer; member
32493 * cppinit.c (cpp_cleanup): NULLify macro_buffer and zero32496 realloc()ing macro_buffer.
5253 mlstring_pos, macro_buffer, macro_buffer_len.