HomeSort by: relevance | last modified time | path
    Searched defs:obstack_free (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.c 344 # undef obstack_free
379 strong_alias (obstack_free, _obstack_free)
342 # undef obstack_free macro
obstack.h 190 /* The default name of the function for freeing a chunk is 'obstack_free',
193 # define __obstack_free obstack_free
405 # define obstack_free(OBSTACK, OBJ) \
504 # define obstack_free(h,obj) \
401 # define obstack_free macro
499 # define obstack_free macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.c 344 # undef obstack_free
379 strong_alias (obstack_free, _obstack_free)
342 # undef obstack_free macro
obstack.h 190 /* The default name of the function for freeing a chunk is 'obstack_free',
193 # define __obstack_free obstack_free
405 # define obstack_free(OBSTACK, OBJ) \
504 # define obstack_free(h,obj) \
401 # define obstack_free macro
499 # define obstack_free macro
  /src/external/gpl2/grep/dist/lib/
obstack.c 370 #undef obstack_free
410 obstack_free (h, obj)
368 #undef obstack_free macro
408 obstack_free (h, obj) function
obstack.h 227 void obstack_free (struct obstack *obstack, void *block);
485 # define obstack_free(OBSTACK, OBJ) \
491 else (obstack_free) (__o, __obj); })
579 # define obstack_free(h,obj) \
584 : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0)))
586 # define obstack_free(h,obj) \
481 # define obstack_free macro
574 # define obstack_free macro
581 # define obstack_free macro
  /src/external/gpl3/binutils/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
  /src/external/gpl3/gcc/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
  /src/external/gpl3/gdb/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 402 warning when invoked from other obstack macros, typically obstack_free. */
418 # define obstack_free(OBSTACK, OBJ) \ macro
522 # define obstack_free(h, obj) \ macro

Completed in 86 milliseconds