Lines Matching full:obstack
2077 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
4018 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
4027 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
4046 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
4054 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
4088 with latest obstack.h.
4090 to procedure types, as obstack.h now does that for us.
4557 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
4954 The 2003-01-03 obstack.h change also needs merging.
4959 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
5384 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
5648 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
5649 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
6268 Free the scanner's obstack when we are done.
6483 (epilogue.opt): do it here, and free the scanner's obstack.
6541 Free the obstack bit that used to store it.
7151 Initialize the obstack earlier.
7867 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
9775 obstack to fill, instead of using attrs_obstack unconditionally.
11475 The header can also be produced directly, without any obstack!
11494 * src/reader.c (parse_union_decl): Instead of handling two obstack
11498 (copy_comment2): Work for a single obstack.
11517 (output_master_parser): To a file instead of an obstack.
12865 * src/reader.c (packsymbols): Use a temporary obstack for
13318 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
13565 obstack. It was done too late here.
13567 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
13569 (reader): Initialize the macro obstack here, since we need it to grow
13572 * src/reader.h: Declare the macro obstack as extern.
13577 the output obstack instead of throwing them away.
13623 (output_rule_data): Do not output tables to the table obstack.
13630 table with a macro. No output to the table obstack.
13820 * src/files.c (graph_obstack): New obstack struct.
13821 (open_files): Initialize new obstack.
14010 Adjust all the places which used it to use the obstack.
14178 * lib/obstack.h: Formatting changes.
14198 demonstrating a current bug in the obstack implementation.
14229 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
14234 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
14305 * lib/obstack.h, lib/obstack.c: New files.