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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.h 254 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
326 obstack_1grow_fast (__o, datum); \
457 obstack_1grow_fast (h, datum))
251 #define obstack_1grow_fast macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.h 254 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
326 obstack_1grow_fast (__o, datum); \
457 obstack_1grow_fast (h, datum))
251 #define obstack_1grow_fast macro
  /src/external/gpl2/grep/dist/lib/
obstack.h 244 void obstack_1grow_fast (struct obstack *obstack, int data_char);
345 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = achar)
342 #define obstack_1grow_fast macro
  /src/external/gpl3/binutils/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))
  /src/external/gpl3/gcc/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))
  /src/external/gpl3/gdb/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
339 obstack_1grow_fast (__o, datum); })
473 obstack_1grow_fast (h, datum))

Completed in 26 milliseconds