Home
last modified time | relevance | path

Searched defs:obstack (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h149 struct obstack /* control current object in current chunk */ struct
152 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
165 struct _obstack_chunk *(*chunkfun) (void *, long); argument
166 void (*freefun) (void *, struct _obstack_chunk *); argument
178 /* Declare the external functions we use; they are in obstack.c. */ argument