Home
last modified time | relevance | path

Searched refs:_obstack_chunk (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h144 struct _obstack_chunk /* Lives at front of each chunk. */ struct
147 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ argument
154 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 struct _obstack_chunk *(*chunkfun) (void *, long);
168 void (*freefun) (void *, struct _obstack_chunk *);
242 ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun))
245 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))