next_free 138 maint/gnulib/lib/obstack.c h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, next_free 185 maint/gnulib/lib/obstack.c size_t obj_size = h->next_free - h->object_base; next_free 226 maint/gnulib/lib/obstack.c h->next_free = h->object_base + obj_size; next_free 281 maint/gnulib/lib/obstack.c h->object_base = h->next_free = (char *) (obj); next_free 178 maint/gnulib/lib/obstack.h char *next_free; /* where to add next char to current object */ next_free 246 maint/gnulib/lib/obstack.h #define obstack_next_free(h) ((void *) (h)->next_free) next_free 279 maint/gnulib/lib/obstack.h #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) next_free 281 maint/gnulib/lib/obstack.h #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) next_free 299 maint/gnulib/lib/obstack.h (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) next_free 306 maint/gnulib/lib/obstack.h (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) next_free 320 maint/gnulib/lib/obstack.h && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ next_free 330 maint/gnulib/lib/obstack.h memcpy (__o->next_free, where, __len); \ next_free 331 maint/gnulib/lib/obstack.h __o->next_free += __len; \ next_free 340 maint/gnulib/lib/obstack.h memcpy (__o->next_free, where, __len); \ next_free 341 maint/gnulib/lib/obstack.h __o->next_free += __len; \ next_free 342 maint/gnulib/lib/obstack.h *(__o->next_free)++ = 0; \ next_free 373 maint/gnulib/lib/obstack.h void *__p1 = __o1->next_free; \ next_free 375 maint/gnulib/lib/obstack.h __o1->next_free += sizeof (const void *); \ next_free 381 maint/gnulib/lib/obstack.h void *__p1 = __o1->next_free; \ next_free 383 maint/gnulib/lib/obstack.h __o1->next_free += sizeof (int); \ next_free 418 maint/gnulib/lib/obstack.h if (__o1->next_free == __value) \ next_free 420 maint/gnulib/lib/obstack.h __o1->next_free \ next_free 421 maint/gnulib/lib/obstack.h = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ next_free 423 maint/gnulib/lib/obstack.h if ((size_t) (__o1->next_free - (char *) __o1->chunk) \ next_free 425 maint/gnulib/lib/obstack.h __o1->next_free = __o1->chunk_limit; \ next_free 426 maint/gnulib/lib/obstack.h __o1->object_base = __o1->next_free; \ next_free 434 maint/gnulib/lib/obstack.h __o->next_free = __o->object_base = (char *) __obj; \ next_free 441 maint/gnulib/lib/obstack.h ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base)) next_free 444 maint/gnulib/lib/obstack.h ((_OBSTACK_SIZE_T) ((h)->chunk_limit - (h)->next_free)) next_free 448 maint/gnulib/lib/obstack.h && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \ next_free 468 maint/gnulib/lib/obstack.h memcpy ((h)->next_free, where, (h)->temp.i), \ next_free 469 maint/gnulib/lib/obstack.h (h)->next_free += (h)->temp.i, \ next_free 476 maint/gnulib/lib/obstack.h memcpy ((h)->next_free, where, (h)->temp.i), \ next_free 477 maint/gnulib/lib/obstack.h (h)->next_free += (h)->temp.i, \ next_free 478 maint/gnulib/lib/obstack.h *((h)->next_free)++ = 0, \ next_free 497 maint/gnulib/lib/obstack.h (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr), \ next_free 501 maint/gnulib/lib/obstack.h (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \ next_free 520 maint/gnulib/lib/obstack.h (((h)->next_free == (h)->object_base \ next_free 524 maint/gnulib/lib/obstack.h (h)->next_free \ next_free 525 maint/gnulib/lib/obstack.h = __PTR_ALIGN ((h)->object_base, (h)->next_free, \ next_free 527 maint/gnulib/lib/obstack.h (((size_t) ((h)->next_free - (char *) (h)->chunk) \ next_free 529 maint/gnulib/lib/obstack.h ? ((h)->next_free = (h)->chunk_limit) : 0), \ next_free 530 maint/gnulib/lib/obstack.h (h)->object_base = (h)->next_free, \ next_free 537 maint/gnulib/lib/obstack.h ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \