Searched defs:chunk_limit (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dobstack.h156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit
155 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]

Completed in 501 milliseconds