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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.h 279 # define obstack_room(OBSTACK) \
419 # define obstack_room(h) \
275 # define obstack_room macro
414 # define obstack_room macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.h 279 # define obstack_room(OBSTACK) \
419 # define obstack_room(h) \
275 # define obstack_room macro
414 # define obstack_room macro
  /src/external/gpl2/grep/dist/lib/
obstack.h 242 int obstack_room (struct obstack *obstack);
370 # define obstack_room(OBSTACK) \
499 # define obstack_room(h) \
366 # define obstack_room macro
494 # define obstack_room macro
  /src/external/gpl3/binutils/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]
  /src/external/gpl3/gcc/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]
  /src/external/gpl3/gdb/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 292 # define obstack_room(OBSTACK) \ macro
301 if (obstack_room (__o) < __len) \
317 if (obstack_room (__o) < __len) \
327 if (obstack_room (__o) < __len + 1) \
337 if (obstack_room (__o) < 1) \
348 if (obstack_room (__o) < sizeof (void *)) \
355 if (obstack_room (__o) < sizeof (int)) \
379 if (obstack_room (__o) < __len) \
432 # define obstack_room(h) \ macro
449 ((obstack_room (h) < (h)->temp.i)
    [all...]

Completed in 37 milliseconds