Searched refs:_obstack_newchunk (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dobstack.h182 extern void _obstack_newchunk (struct obstack *, int);
284 _obstack_newchunk (__o, __len); \
300 _obstack_newchunk (__o, __len); \
310 _obstack_newchunk (__o, __len + 1); \
320 _obstack_newchunk (__o, 1); \
332 _obstack_newchunk (__o, sizeof (void *)); \
339 _obstack_newchunk (__o, sizeof (int)); \
361 _obstack_newchunk (__o, __len); \
423 /* Note that the call to _obstack_newchunk is enclosed in (..., 0)
432 ? (_obstack_newchunk ((
[all...]
H A Dobstack.c255 _obstack_newchunk (struct obstack *h, int length)
320 libc_hidden_def (_obstack_newchunk)
254 _obstack_newchunk (struct obstack *h, int length) function

Completed in 59 milliseconds