maybe_empty_object  181 libglibc/obstack.c   h->maybe_empty_object = 0;
maybe_empty_object  228 libglibc/obstack.c   h->maybe_empty_object = 0;
maybe_empty_object  291 libglibc/obstack.c   if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
maybe_empty_object  300 libglibc/obstack.c   h->maybe_empty_object = 0;
maybe_empty_object  354 libglibc/obstack.c       h->maybe_empty_object = 1;
maybe_empty_object  162 libglibc/obstack.h   unsigned maybe_empty_object:1;/* There is a possibility that the current
maybe_empty_object  375 libglibc/obstack.h      __o1->maybe_empty_object = 1;					\
maybe_empty_object  468 libglibc/obstack.h    ? (((h)->maybe_empty_object = 1), 0)					\