Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h151 struct obstack /* control current object in current chunk */ struct
154 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 struct _obstack_chunk *(*chunkfun) (void *, long); argument
168 void (*freefun) (void *, struct _obstack_chunk *); argument
180 /* Declare the external functions we use; they are in obstack.c. */ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h191 # define obstack_printf(obstack, ...) \ argument