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

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c209 h->maybe_empty_object = 0;
269 h->maybe_empty_object = 0;
334 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
343 h->maybe_empty_object = 0;
406 h->maybe_empty_object = 1;
444 h->maybe_empty_object = 1;
H A Dobstack.h187 unsigned maybe_empty_object:1;/* There is a possibility that the current
486 __o1->maybe_empty_object = 1; \
580 ? (((h)->maybe_empty_object = 1), 0) \
186 unsigned maybe_empty_object:1;/* There is a possibility that the current member in struct:obstack

Completed in 12 milliseconds