Searched refs:obstack_init (Results 1 – 16 of 16) sorted by relevance
39 obstack_init (&ob); in do_test_call()46 obstack_init (&ob); in do_test_call()
18 obstack_init (&ob); in do_test()
41 obstack_init (&obs); in do_test()
228 #define obstack_init(h) \ macro
81 obstack_init (&htab->mem_pool); in init_hash()
133 obstack_init (&result->mem_pool); in repertoire_read()
1513 obstack_init (&collate->mempool); in collate_startup()2149 obstack_init (&weightpool); in collate_output()2150 obstack_init (&extrapool); in collate_output()2151 obstack_init (&indirectpool); in collate_output()
298 obstack_init (&result->mem_pool); in parse_charmap()
573 obstack_init (&file->data); in init_locale_data()
355 obstack_init (&ctype->mempool); in ctype_startup()
1059 obstack_init (&shobj->ob_str); in read_symbols()1060 obstack_init (&shobj->ob_sym); in read_symbols()1061 obstack_init (&ob_list); in read_symbols()
297 obstack_init (¤t->mem_pool); in read_input_file()936 obstack_init (&string_pool); in write_out()
205 obstack_init (&ob); in gc()
945 obstack_init (&obs); in do_test()958 obstack_init (&obs); in do_test()
1960 Also, if the source file uses the macro @code{obstack_init}, it must1984 @code{obstack_init}.1986 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})1989 @c obstack_init @mtsrace:obstack-ptr @acsmem2005 @code{obstack_alloc_failed_handler} is called. The @code{obstack_init}2016 obstack_init (&myobstack);2026 obstack_init (myobstack_ptr);2570 source file that uses @code{obstack_init} (@pxref{Creating Obstacks}).2615 @item void obstack_init (struct obstack *@var{obstack-ptr})
5016 obstack_grow0, obstack_init, obstack_int_grow,